Uses of Class
com.azure.resourcemanager.storage.models.BlobInventoryPolicySchema
Packages that use BlobInventoryPolicySchema
Package
Description
Package containing the inner data models for StorageManagementClient.
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 BlobInventoryPolicySchemaModifier and TypeMethodDescriptionBlobInventoryPolicyInner.policy()Get the policy property: The storage account blob inventory policy object.BlobInventoryPolicyProperties.policy()Get the policy property: The storage account blob inventory policy object.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type BlobInventoryPolicySchemaModifier and TypeMethodDescriptionBlobInventoryPolicyInner.withPolicy(BlobInventoryPolicySchema policy) Set the policy property: The storage account blob inventory policy object.BlobInventoryPolicyProperties.withPolicy(BlobInventoryPolicySchema policy) Set the policy property: The storage account blob inventory policy object. -
Uses of BlobInventoryPolicySchema in com.azure.resourcemanager.storage.models
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type BlobInventoryPolicySchemaModifier and TypeClassDescriptionfinal classThe storage account blob inventory policy rules.Methods in com.azure.resourcemanager.storage.models that return BlobInventoryPolicySchemaModifier and TypeMethodDescriptionstatic BlobInventoryPolicySchemaBlobInventoryPolicySchema.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BlobInventoryPolicySchema from the JsonReader.BlobInventoryPolicySchema.withEnabled(boolean enabled) Set the enabled property: Policy is enabled if set to true.BlobInventoryPolicySchema.withRules(List<BlobInventoryPolicyRule> rules) Set the rules property: The storage account blob inventory policy rules.BlobInventoryPolicySchema.withType(InventoryRuleType type) Set the type property: The valid value is Inventory.