Class ServiceType

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

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

    • SQL_DEDICATED_GATEWAY

      public static final ServiceType SQL_DEDICATED_GATEWAY
      Static value SqlDedicatedGateway for ServiceType.
    • DATA_TRANSFER

      public static final ServiceType DATA_TRANSFER
      Static value DataTransfer for ServiceType.
    • GRAPH_APICOMPUTE

      public static final ServiceType GRAPH_APICOMPUTE
      Static value GraphAPICompute for ServiceType.
    • MATERIALIZED_VIEWS_BUILDER

      public static final ServiceType MATERIALIZED_VIEWS_BUILDER
      Static value MaterializedViewsBuilder for ServiceType.
  • Constructor Details

    • ServiceType

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

    • fromString

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

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