| Modifier and Type | Field and Description |
|---|---|
static DiskSkuTypes |
DiskSkuTypes.PREMIUM_LRS
Static value Classic for DiskSkuTypes.
|
static DiskSkuTypes |
DiskSkuTypes.STANDARD_LRS
Static value Aligned for DiskSkuTypes.
|
| Modifier and Type | Method and Description |
|---|---|
static DiskSkuTypes |
DiskSkuTypes.fromDiskSku(DiskSku diskSku)
Parses a value into a disk SKU type and creates a new DiskSkuType instance if not found among the existing ones.
|
static DiskSkuTypes |
DiskSkuTypes.fromStorageAccountType(StorageAccountTypes value)
Parses a value into a disk SKU type and creates a new DiskSkuType instance if not found among the existing ones.
|
DiskSkuTypes |
Snapshot.sku() |
DiskSkuTypes |
Disk.sku() |
static DiskSkuTypes[] |
DiskSkuTypes.values() |
| Modifier and Type | Method and Description |
|---|---|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithSku.withSku(DiskSkuTypes sku)
Specifies the SKU type.
|
Snapshot.Update |
Snapshot.UpdateStages.WithSku.withSku(DiskSkuTypes sku)
Specifies the account type.
|
Disk.DefinitionStages.WithCreate |
Disk.DefinitionStages.WithSku.withSku(DiskSkuTypes sku)
Specifies the SKU.
|
Disk.Update |
Disk.UpdateStages.WithSku.withSku(DiskSkuTypes sku)
Specifies the SKU.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/