| Modifier and Type | Field and Description |
|---|---|
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 specifies the storage account type to be used to store the image.
|
StorageAccountType |
TargetRegion.storageAccountType()
Get specifies the storage account type to be used to store the image.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<StorageAccountType> |
StorageAccountType.values() |
| Modifier and Type | Method and Description |
|---|---|
GalleryArtifactPublishingProfileBase |
GalleryArtifactPublishingProfileBase.withStorageAccountType(StorageAccountType storageAccountType)
Set specifies the storage account type to be used to store the image.
|
TargetRegion |
TargetRegion.withStorageAccountType(StorageAccountType storageAccountType)
Set specifies the storage account type to be used to store the image.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/