public final class DiskSku extends Object
| Constructor and Description |
|---|
DiskSku() |
| Modifier and Type | Method and Description |
|---|---|
DiskStorageAccountTypes |
name()
Get the name property: The sku name.
|
String |
tier()
Get the tier property: The sku tier.
|
void |
validate()
Validates the instance.
|
DiskSku |
withName(DiskStorageAccountTypes name)
Set the name property: The sku name.
|
public DiskStorageAccountTypes name()
public DiskSku withName(DiskStorageAccountTypes name)
name - the name value to set.public String tier()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.