Uses of Class
com.azure.resourcemanager.storage.models.ObjectType
-
Packages that use ObjectType Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of ObjectType in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as ObjectType Modifier and Type Field Description static ObjectTypeObjectType. BLOBStatic value Blob for ObjectType.static ObjectTypeObjectType. CONTAINERStatic value Container for ObjectType.Methods in com.azure.resourcemanager.storage.models that return ObjectType Modifier and Type Method Description static ObjectTypeObjectType. fromString(String name)Creates or finds a ObjectType from its string representation.ObjectTypeBlobInventoryPolicyDefinition. objectType()Get the objectType property: This is a required field.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type ObjectType Modifier and Type Method Description static Collection<ObjectType>ObjectType. values()Methods in com.azure.resourcemanager.storage.models with parameters of type ObjectType Modifier and Type Method Description BlobInventoryPolicyDefinitionBlobInventoryPolicyDefinition. withObjectType(ObjectType objectType)Set the objectType property: This is a required field.
-