Uses of Class
com.azure.resourcemanager.compute.models.StorageAccountType
Packages that use StorageAccountType
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of StorageAccountType in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type StorageAccountType in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classSpecifies the storage account type to be used to store the image.Fields in com.azure.resourcemanager.compute.models declared as StorageAccountTypeModifier and TypeFieldDescriptionstatic final StorageAccountTypeStorageAccountType.PREMIUM_LRSStatic value Premium_LRS for StorageAccountType.static final StorageAccountTypeStorageAccountType.PREMIUM_V2_LRSStatic value PremiumV2_LRS for StorageAccountType.static final StorageAccountTypeStorageAccountType.STANDARD_LRSStatic value Standard_LRS for StorageAccountType.static final StorageAccountTypeStorageAccountType.STANDARD_ZRSStatic value Standard_ZRS for StorageAccountType.Methods in com.azure.resourcemanager.compute.models that return StorageAccountTypeModifier and TypeMethodDescriptionstatic StorageAccountTypeStorageAccountType.fromString(String name) Creates or finds a StorageAccountType from its string representation.AdditionalReplicaSet.storageAccountType()Get the storageAccountType property: Specifies the storage account type to be used to create the direct drive replicas.GalleryArtifactPublishingProfileBase.storageAccountType()Get the storageAccountType property: Specifies the storage account type to be used to store the image.TargetRegion.storageAccountType()Get the storageAccountType property: Specifies the storage account type to be used to store the image.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type StorageAccountTypeModifier and TypeMethodDescriptionstatic Collection<StorageAccountType> StorageAccountType.values()Gets known StorageAccountType values.Methods in com.azure.resourcemanager.compute.models with parameters of type StorageAccountTypeModifier and TypeMethodDescriptionAdditionalReplicaSet.withStorageAccountType(StorageAccountType storageAccountType) Set the storageAccountType property: Specifies the storage account type to be used to create the direct drive replicas.GalleryApplicationVersionPublishingProfile.withStorageAccountType(StorageAccountType storageAccountType) Set the storageAccountType property: Specifies the storage account type to be used to store the image.GalleryArtifactPublishingProfileBase.withStorageAccountType(StorageAccountType storageAccountType) Set the storageAccountType property: Specifies the storage account type to be used to store the image.GalleryImageVersionPublishingProfile.withStorageAccountType(StorageAccountType storageAccountType) Set the storageAccountType property: Specifies the storage account type to be used to store the image.GalleryScriptVersionPublishingProfile.withStorageAccountType(StorageAccountType storageAccountType) Set the storageAccountType property: Specifies the storage account type to be used to store the image.TargetRegion.withStorageAccountType(StorageAccountType storageAccountType) Set the storageAccountType property: Specifies the storage account type to be used to store the image.