Uses of Class
com.azure.resourcemanager.storage.models.Format
-
Packages that use Format Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of Format in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as Format Modifier and Type Field Description static FormatFormat. CSVStatic value Csv for Format.static FormatFormat. PARQUETStatic value Parquet for Format.Methods in com.azure.resourcemanager.storage.models that return Format Modifier and Type Method Description FormatBlobInventoryPolicyDefinition. format()Get the format property: This is a required field, it specifies the format for the inventory files.static FormatFormat. fromString(String name)Creates or finds a Format from its string representation.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type Format Modifier and Type Method Description static Collection<Format>Format. values()Methods in com.azure.resourcemanager.storage.models with parameters of type Format Modifier and Type Method Description BlobInventoryPolicyDefinitionBlobInventoryPolicyDefinition. withFormat(Format format)Set the format property: This is a required field, it specifies the format for the inventory files.
-