ServiceType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. cosmos. models. ServiceType
- com.
- com.
public final class ServiceType
extends ExpandableStringEnum<ServiceType>
ServiceType for the service.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Service |
DATA_TRANSFER
Static value Data |
static final
Service |
GRAPH_APICOMPUTE
Static value Graph |
static final
Service |
MATERIALIZED_VIEWS_BUILDER
Static value Materialized |
static final
Service |
SQL_DEDICATED_GATEWAY
Static value Sql |
Constructor Summary
Constructor | Description |
---|---|
ServiceType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Service |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Service |
fromString(String name)
Creates or finds a Service |
static
Collection<Service |
values()
Gets known Service |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
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.
SQL_DEDICATED_GATEWAY
public static final ServiceType SQL_DEDICATED_GATEWAY
Static value SqlDedicatedGateway for ServiceType.
Constructor Details
ServiceType
@Deprecated
public ServiceType()
Deprecated
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:
Returns:
values
public static Collection
Gets known ServiceType values.
Returns:
Applies to
Azure SDK for Java