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
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type BlobInventoryPolicyRuleModifier and TypeClassDescriptionfinal classAn object that wraps the blob inventory rule.Methods in com.azure.resourcemanager.storage.models that return BlobInventoryPolicyRuleModifier and TypeMethodDescriptionstatic BlobInventoryPolicyRuleBlobInventoryPolicyRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BlobInventoryPolicyRule from the JsonReader.BlobInventoryPolicyRule.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.