BastionHostSkuName Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. BastionHostSkuName
- com.
- com.
public final class BastionHostSkuName
extends ExpandableStringEnum<BastionHostSkuName>
The name of the sku of this Bastion Host.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Bastion |
BASIC
Basic. |
|
static final
Bastion |
DEVELOPER
Developer. |
|
static final
Bastion |
PREMIUM
Premium. |
|
static final
Bastion |
STANDARD
Standard. |
Constructor Summary
| Constructor | Description |
|---|---|
| BastionHostSkuName() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Bastion |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Bastion |
fromString(String name)
Creates or finds a Bastion |
|
static
Collection<Bastion |
values()
Gets known Bastion |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
BASIC
public static final BastionHostSkuName BASIC
Basic.
DEVELOPER
public static final BastionHostSkuName DEVELOPER
Developer.
PREMIUM
public static final BastionHostSkuName PREMIUM
Premium.
STANDARD
public static final BastionHostSkuName STANDARD
Standard.
Constructor Details
BastionHostSkuName
@Deprecated
public BastionHostSkuName()
Deprecated
Creates a new instance of BastionHostSkuName value.
Method Details
fromString
public static BastionHostSkuName fromString(String name)
Creates or finds a BastionHostSkuName from its string representation.
Parameters:
Returns:
values
public static Collection<BastionHostSkuName> values()
Gets known BastionHostSkuName values.
Returns: