Uses of Class
com.azure.resourcemanager.storage.models.BlobInventoryPolicyRule
-
Packages that use BlobInventoryPolicyRule Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of BlobInventoryPolicyRule in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return BlobInventoryPolicyRule Modifier and Type Method Description BlobInventoryPolicyRuleBlobInventoryPolicyRule. withDefinition(BlobInventoryPolicyDefinition definition)Set the definition property: An object that defines the blob inventory policy rule.BlobInventoryPolicyRuleBlobInventoryPolicyRule. withDestination(String destination)Set the destination property: Container name where blob inventory files are stored.BlobInventoryPolicyRuleBlobInventoryPolicyRule. withEnabled(boolean enabled)Set the enabled property: Rule is enabled when set to true.BlobInventoryPolicyRuleBlobInventoryPolicyRule. withName(String name)Set the name property: A rule name can contain any combination of alpha numeric characters.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type BlobInventoryPolicyRule Modifier and Type Method Description List<BlobInventoryPolicyRule>BlobInventoryPolicySchema. rules()Get the rules property: The storage account blob inventory policy rules.Method parameters in com.azure.resourcemanager.storage.models with type arguments of type BlobInventoryPolicyRule Modifier and Type Method Description BlobInventoryPolicySchemaBlobInventoryPolicySchema. withRules(List<BlobInventoryPolicyRule> rules)Set the rules property: The storage account blob inventory policy rules.
-