| Modifier and Type | Field and Description |
|---|---|
static StorageAccountSkuType |
StorageAccountSkuType.PREMIUM_LRS
Static value PREMIUM_LRS for StorageAccountSkuType.
|
static StorageAccountSkuType |
StorageAccountSkuType.STANDARD_GRS
Static value STANDARD_GRS for StorageAccountSkuType.
|
static StorageAccountSkuType |
StorageAccountSkuType.STANDARD_LRS
Static value STANDARD_LRS for StorageAccountSkuType.
|
static StorageAccountSkuType |
StorageAccountSkuType.STANDARD_RAGRS
Static value STANDARD_RAGRS for StorageAccountSkuType.
|
static StorageAccountSkuType |
StorageAccountSkuType.STANDARD_ZRS
Static value STANDARD_RAGRS for StorageAccountSkuType.
|
| Modifier and Type | Method and Description |
|---|---|
static StorageAccountSkuType |
StorageAccountSkuType.fromSkuName(SkuName name)
Creates StorageAccountSkuType from sku name.
|
StorageAccountSkuType |
StorageAccount.skuType() |
StorageAccountSkuType |
StorageSku.storageAccountSku() |
| Modifier and Type | Method and Description |
|---|---|
StorageAccount.DefinitionStages.WithCreate |
StorageAccount.DefinitionStages.WithSku.withSku(StorageAccountSkuType sku)
Specifies the sku of the storage account.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithSku.withSku(StorageAccountSkuType sku)
Specifies the sku of the storage account.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/