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
Static value Basic for Bastion |
static final
Bastion |
DEVELOPER
Static value Developer for Bastion |
static final
Bastion |
PREMIUM
Static value Premium for Bastion |
static final
Bastion |
STANDARD
Static value Standard for Bastion |
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
Static value Basic for BastionHostSkuName.
DEVELOPER
public static final BastionHostSkuName DEVELOPER
Static value Developer for BastionHostSkuName.
PREMIUM
public static final BastionHostSkuName PREMIUM
Static value Premium for BastionHostSkuName.
STANDARD
public static final BastionHostSkuName STANDARD
Static value Standard for BastionHostSkuName.
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
Gets known BastionHostSkuName values.
Returns:
Applies to
Azure SDK for Java