| Modifier and Type | Field and Description |
|---|---|
static DiskStorageAccountTypes |
DiskStorageAccountTypes.PREMIUM_LRS
Static value Premium_LRS for DiskStorageAccountTypes.
|
static DiskStorageAccountTypes |
DiskStorageAccountTypes.STANDARD_LRS
Static value Standard_LRS for DiskStorageAccountTypes.
|
static DiskStorageAccountTypes |
DiskStorageAccountTypes.STANDARD_SSD_LRS
Static value StandardSSD_LRS for DiskStorageAccountTypes.
|
static DiskStorageAccountTypes |
DiskStorageAccountTypes.ULTRA_SSD_LRS
Static value UltraSSD_LRS for DiskStorageAccountTypes.
|
| Modifier and Type | Method and Description |
|---|---|
DiskStorageAccountTypes |
DiskSkuTypes.accountType() |
static DiskStorageAccountTypes |
DiskStorageAccountTypes.fromString(String name)
Creates or finds a DiskStorageAccountTypes from its string representation.
|
DiskStorageAccountTypes |
DiskSku.name()
Get the sku name.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<DiskStorageAccountTypes> |
DiskStorageAccountTypes.values() |
| Modifier and Type | Method and Description |
|---|---|
static DiskSkuTypes |
DiskSkuTypes.fromStorageAccountType(DiskStorageAccountTypes value)
Parses a value into a disk SKU type and creates a new DiskSkuType instance if not found among the existing ones.
|
DiskSku |
DiskSku.withName(DiskStorageAccountTypes name)
Set the sku name.
|
| Constructor and Description |
|---|
DiskSkuTypes(DiskStorageAccountTypes value)
Creates a custom value for DiskSkuTypes.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/