| Modifier and Type | Method and Description |
|---|---|
DiskSku |
DiskUpdate.sku()
Get the sku value.
|
DiskSku |
DiskSku.withName(DiskStorageAccountTypes name)
Set the sku name.
|
| 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.
|
DiskUpdate |
DiskUpdate.withSku(DiskSku sku)
Set the sku value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/