public final class Sku extends Object
| Constructor and Description |
|---|
Sku() |
| Modifier and Type | Method and Description |
|---|---|
SkuFamily |
family()
Get the family property: SKU family name.
|
SkuName |
name()
Get the name property: SKU name to specify whether the key vault is a standard vault or a premium vault.
|
void |
validate()
Validates the instance.
|
Sku |
withFamily(SkuFamily family)
Set the family property: SKU family name.
|
Sku |
withName(SkuName name)
Set the name property: SKU name to specify whether the key vault is a standard vault or a premium vault.
|
public SkuFamily family()
public Sku withFamily(SkuFamily family)
family - the family value to set.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. All rights reserved.