| Modifier and Type | Field and Description |
|---|---|
static SkuName |
SkuName.PREMIUM_LRS
Static value Premium_LRS for SkuName.
|
static SkuName |
SkuName.PREMIUM_ZRS
Static value Premium_ZRS for SkuName.
|
static SkuName |
SkuName.STANDARD_GRS
Static value Standard_GRS for SkuName.
|
static SkuName |
SkuName.STANDARD_GZRS
Static value Standard_GZRS for SkuName.
|
static SkuName |
SkuName.STANDARD_LRS
Static value Standard_LRS for SkuName.
|
static SkuName |
SkuName.STANDARD_RAGRS
Static value Standard_RAGRS for SkuName.
|
static SkuName |
SkuName.STANDARD_RAGZRS
Static value Standard_RAGZRS for SkuName.
|
static SkuName |
SkuName.STANDARD_ZRS
Static value Standard_ZRS for SkuName.
|
| Modifier and Type | Method and Description |
|---|---|
static SkuName |
SkuName.fromString(String name)
Creates or finds a SkuName from its string representation.
|
SkuName |
StorageSku.name() |
SkuName |
Sku.name() |
SkuName |
StorageAccountSkuType.name() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<SkuName> |
SkuName.values() |
| Modifier and Type | Method and Description |
|---|---|
static StorageAccountSkuType |
StorageAccountSkuType.fromSkuName(SkuName name)
Creates StorageAccountSkuType from sku name.
|
Sku |
Sku.withName(SkuName name)
Set the name value.
|
StorageAccount.DefinitionStages.WithCreate |
StorageAccount.DefinitionStages.WithSku.withSku(SkuName skuName)
Deprecated.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithSku.withSku(SkuName skuName)
Deprecated.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/