Class DedicatedGatewayType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<DedicatedGatewayType>
com.azure.resourcemanager.cosmos.models.DedicatedGatewayType

public final class DedicatedGatewayType extends com.azure.core.util.ExpandableStringEnum<DedicatedGatewayType>
DedicatedGatewayType for the service.
  • Field Details

    • INTEGRATED_CACHE

      public static final DedicatedGatewayType INTEGRATED_CACHE
      Static value IntegratedCache for DedicatedGatewayType.
    • DISTRIBUTED_QUERY

      public static final DedicatedGatewayType DISTRIBUTED_QUERY
      Static value DistributedQuery for DedicatedGatewayType.
  • Constructor Details

    • DedicatedGatewayType

      @Deprecated public DedicatedGatewayType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of DedicatedGatewayType value.
  • Method Details

    • fromString

      public static DedicatedGatewayType fromString(String name)
      Creates or finds a DedicatedGatewayType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding DedicatedGatewayType.
    • values

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