Uses of Class
com.azure.resourcemanager.storage.models.BlobInventoryPolicyDefinition
Packages that use BlobInventoryPolicyDefinition
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of BlobInventoryPolicyDefinition in com.azure.resourcemanager.storage.models
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type BlobInventoryPolicyDefinitionModifier and TypeClassDescriptionfinal classAn object that defines the blob inventory rule.Methods in com.azure.resourcemanager.storage.models that return BlobInventoryPolicyDefinitionModifier and TypeMethodDescriptionBlobInventoryPolicyRule.definition()Get the definition property: An object that defines the blob inventory policy rule.BlobInventoryPolicyDefinition.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BlobInventoryPolicyDefinition from the JsonReader.BlobInventoryPolicyDefinition.withFilters(BlobInventoryPolicyFilter filters) Set the filters property: An object that defines the filter set.BlobInventoryPolicyDefinition.withFormat(Format format) Set the format property: This is a required field, it specifies the format for the inventory files.BlobInventoryPolicyDefinition.withObjectType(ObjectType objectType) Set the objectType property: This is a required field.BlobInventoryPolicyDefinition.withSchedule(Schedule schedule) Set the schedule property: This is a required field.BlobInventoryPolicyDefinition.withSchemaFields(List<String> schemaFields) Set the schemaFields property: This is a required field.Methods in com.azure.resourcemanager.storage.models with parameters of type BlobInventoryPolicyDefinitionModifier and TypeMethodDescriptionBlobInventoryPolicyRule.withDefinition(BlobInventoryPolicyDefinition definition) Set the definition property: An object that defines the blob inventory policy rule.