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
Fields in com.azure.resourcemanager.compute.models declared as StorageAccountTypeModifier and TypeFieldDescriptionstatic final StorageAccountTypeStorageAccountType.PREMIUM_LRSStatic value Premium_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.GalleryArtifactPublishingProfileBase.storageAccountType()Get the storageAccountType property: Specifies the storage account type to be used to store the image.GalleryTargetExtendedLocation.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 TypeMethodDescriptionGalleryApplicationVersionPublishingProfile.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.GalleryTargetExtendedLocation.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.