Class BastionHostSkuName

java.lang.Object
com.azure.core.util.ExpandableStringEnum<BastionHostSkuName>
com.azure.resourcemanager.network.models.BastionHostSkuName
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class BastionHostSkuName extends com.azure.core.util.ExpandableStringEnum<BastionHostSkuName>
The name of the sku of this Bastion Host.
  • Field Details

    • BASIC

      public static final BastionHostSkuName BASIC
      Static value Basic for BastionHostSkuName.
    • STANDARD

      public static final BastionHostSkuName STANDARD
      Static value Standard for BastionHostSkuName.
    • DEVELOPER

      public static final BastionHostSkuName DEVELOPER
      Static value Developer for BastionHostSkuName.
    • PREMIUM

      public static final BastionHostSkuName PREMIUM
      Static value Premium for BastionHostSkuName.
  • Constructor Details

    • BastionHostSkuName

      @Deprecated public BastionHostSkuName()
      Deprecated.
      Use the fromString(String) factory method.
      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:
      name - a name to look for.
      Returns:
      the corresponding BastionHostSkuName.
    • values

      public static Collection<BastionHostSkuName> values()
      Gets known BastionHostSkuName values.
      Returns:
      known BastionHostSkuName values.