Uses of Class
com.azure.resourcemanager.storage.models.ObjectType
Packages that use ObjectType
Package
Description
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 ObjectTypeModifier and TypeFieldDescriptionstatic final ObjectTypeObjectType.BLOBStatic value Blob for ObjectType.static final ObjectTypeObjectType.CONTAINERStatic value Container for ObjectType.Methods in com.azure.resourcemanager.storage.models that return ObjectTypeModifier and TypeMethodDescriptionstatic ObjectTypeObjectType.fromString(String name) Creates or finds a ObjectType from its string representation.BlobInventoryPolicyDefinition.objectType()Get the objectType property: This is a required field.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionstatic Collection<ObjectType> ObjectType.values()Gets known ObjectType values.Methods in com.azure.resourcemanager.storage.models with parameters of type ObjectTypeModifier and TypeMethodDescriptionBlobInventoryPolicyDefinition.withObjectType(ObjectType objectType) Set the objectType property: This is a required field.