Uses of Class
com.azure.resourcemanager.storage.models.BlobInventoryPolicyRule
Packages that use BlobInventoryPolicyRule
Package
Description
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 BlobInventoryPolicyRuleModifier and TypeMethodDescriptionBlobInventoryPolicyRule.withDefinition(BlobInventoryPolicyDefinition definition) Set the definition property: An object that defines the blob inventory policy rule.BlobInventoryPolicyRule.withDestination(String destination) Set the destination property: Container name where blob inventory files are stored.BlobInventoryPolicyRule.withEnabled(boolean enabled) Set the enabled property: Rule is enabled when set to true.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 BlobInventoryPolicyRuleModifier and TypeMethodDescriptionBlobInventoryPolicySchema.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 BlobInventoryPolicyRuleModifier and TypeMethodDescriptionBlobInventoryPolicySchema.withRules(List<BlobInventoryPolicyRule> rules) Set the rules property: The storage account blob inventory policy rules.