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