public final class SnapshotSku extends Object
Constructor and Description |
---|
SnapshotSku() |
Modifier and Type | Method and Description |
---|---|
SnapshotStorageAccountTypes |
name()
Get the name property: The sku name.
|
String |
tier()
Get the tier property: The sku tier.
|
void |
validate()
Validates the instance.
|
SnapshotSku |
withName(SnapshotStorageAccountTypes name)
Set the name property: The sku name.
|
public SnapshotStorageAccountTypes name()
public SnapshotSku withName(SnapshotStorageAccountTypes 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.