Uses of Class
com.azure.resourcemanager.compute.models.StorageAccountType
-
Packages that use StorageAccountType Package Description com.azure.resourcemanager.compute.models 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 StorageAccountType Modifier and Type Field Description static StorageAccountTypeStorageAccountType. PREMIUM_LRSStatic value Premium_LRS for StorageAccountType.static StorageAccountTypeStorageAccountType. STANDARD_LRSStatic value Standard_LRS for StorageAccountType.static StorageAccountTypeStorageAccountType. STANDARD_ZRSStatic value Standard_ZRS for StorageAccountType.Methods in com.azure.resourcemanager.compute.models that return StorageAccountType Modifier and Type Method Description static StorageAccountTypeStorageAccountType. fromString(String name)Creates or finds a StorageAccountType from its string representation.StorageAccountTypeGalleryArtifactPublishingProfileBase. storageAccountType()Get the storageAccountType property: Specifies the storage account type to be used to store the image.StorageAccountTypeGalleryTargetExtendedLocation. storageAccountType()Get the storageAccountType property: Specifies the storage account type to be used to store the image.StorageAccountTypeTargetRegion. 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 StorageAccountType Modifier and Type Method Description static Collection<StorageAccountType>StorageAccountType. values()Methods in com.azure.resourcemanager.compute.models with parameters of type StorageAccountType Modifier and Type Method Description GalleryApplicationVersionPublishingProfileGalleryApplicationVersionPublishingProfile. withStorageAccountType(StorageAccountType storageAccountType)Set the storageAccountType property: Specifies the storage account type to be used to store the image.GalleryArtifactPublishingProfileBaseGalleryArtifactPublishingProfileBase. withStorageAccountType(StorageAccountType storageAccountType)Set the storageAccountType property: Specifies the storage account type to be used to store the image.GalleryImageVersionPublishingProfileGalleryImageVersionPublishingProfile. withStorageAccountType(StorageAccountType storageAccountType)Set the storageAccountType property: Specifies the storage account type to be used to store the image.GalleryTargetExtendedLocationGalleryTargetExtendedLocation. withStorageAccountType(StorageAccountType storageAccountType)Set the storageAccountType property: Specifies the storage account type to be used to store the image.TargetRegionTargetRegion. withStorageAccountType(StorageAccountType storageAccountType)Set the storageAccountType property: Specifies the storage account type to be used to store the image.
-