Uses of Class
com.azure.resourcemanager.storage.models.InventoryRuleType
-
Packages that use InventoryRuleType Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of InventoryRuleType in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as InventoryRuleType Modifier and Type Field Description static InventoryRuleTypeInventoryRuleType. INVENTORYStatic value Inventory for InventoryRuleType.Methods in com.azure.resourcemanager.storage.models that return InventoryRuleType Modifier and Type Method Description static InventoryRuleTypeInventoryRuleType. fromString(String name)Creates or finds a InventoryRuleType from its string representation.InventoryRuleTypeBlobInventoryPolicySchema. type()Get the type property: The valid value is Inventory.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type InventoryRuleType Modifier and Type Method Description static Collection<InventoryRuleType>InventoryRuleType. values()Methods in com.azure.resourcemanager.storage.models with parameters of type InventoryRuleType Modifier and Type Method Description BlobInventoryPolicySchemaBlobInventoryPolicySchema. withType(InventoryRuleType type)Set the type property: The valid value is Inventory.
-