| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static StorageAccountType |
StorageAccountType.PREMIUM_LRS
Static value Premium_LRS for StorageAccountType.
|
static StorageAccountType |
StorageAccountType.STANDARD_LRS
Static value Standard_LRS for StorageAccountType.
|
static StorageAccountType |
StorageAccountType.STANDARD_ZRS
Static value Standard_ZRS for StorageAccountType.
|
| Modifier and Type | Method and Description |
|---|---|
static StorageAccountType |
StorageAccountType.fromString(String name)
Creates or finds a StorageAccountType from its string representation.
|
StorageAccountType |
GalleryArtifactPublishingProfileBase.storageAccountType()
Get the storageAccountType property: Specifies the storage account type to be used to store the image.
|
StorageAccountType |
TargetRegion.storageAccountType()
Get the storageAccountType property: Specifies the storage account type to be used to store the image.
|
| Modifier and Type | Method and Description |
|---|---|
GalleryArtifactPublishingProfileBase |
GalleryArtifactPublishingProfileBase.withStorageAccountType(StorageAccountType storageAccountType)
Set the storageAccountType property: Specifies the storage account type to be used to store the image.
|
TargetRegion |
TargetRegion.withStorageAccountType(StorageAccountType storageAccountType)
Set the storageAccountType property: Specifies the storage account type to be used to store the image.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.