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