Uses of Class
com.azure.resourcemanager.storage.models.BlobInventoryPolicySchema
-
Packages that use BlobInventoryPolicySchema Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of BlobInventoryPolicySchema in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return BlobInventoryPolicySchema Modifier and Type Method Description BlobInventoryPolicySchemaBlobInventoryPolicyInner. policy()Get the policy property: The storage account blob inventory policy object.BlobInventoryPolicySchemaBlobInventoryPolicyProperties. policy()Get the policy property: The storage account blob inventory policy object.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type BlobInventoryPolicySchema Modifier and Type Method Description BlobInventoryPolicyInnerBlobInventoryPolicyInner. withPolicy(BlobInventoryPolicySchema policy)Set the policy property: The storage account blob inventory policy object.BlobInventoryPolicyPropertiesBlobInventoryPolicyProperties. withPolicy(BlobInventoryPolicySchema policy)Set the policy property: The storage account blob inventory policy object. -
Uses of BlobInventoryPolicySchema in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return BlobInventoryPolicySchema Modifier and Type Method Description BlobInventoryPolicySchemaBlobInventoryPolicySchema. withEnabled(boolean enabled)Set the enabled property: Policy is enabled if set to true.BlobInventoryPolicySchemaBlobInventoryPolicySchema. withRules(List<BlobInventoryPolicyRule> rules)Set the rules property: The storage account blob inventory policy rules.BlobInventoryPolicySchemaBlobInventoryPolicySchema. withType(InventoryRuleType type)Set the type property: The valid value is Inventory.
-