Class ServiceType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ServiceType>
com.azure.resourcemanager.cosmos.models.ServiceType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
ServiceType for the service.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ServiceTypeStatic value DataTransfer for ServiceType.static final ServiceTypeStatic value GraphAPICompute for ServiceType.static final ServiceTypeStatic value MaterializedViewsBuilder for ServiceType.static final ServiceTypeStatic value SqlDedicatedGateway for ServiceType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ServiceTypefromString(String name) Creates or finds a ServiceType from its string representation.static Collection<ServiceType> values()Gets known ServiceType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
SQL_DEDICATED_GATEWAY
Static value SqlDedicatedGateway for ServiceType. -
DATA_TRANSFER
Static value DataTransfer for ServiceType. -
GRAPH_APICOMPUTE
Static value GraphAPICompute for ServiceType. -
MATERIALIZED_VIEWS_BUILDER
Static value MaterializedViewsBuilder for ServiceType.
-
-
Constructor Details
-
ServiceType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ServiceType value.
-
-
Method Details
-
fromString
Creates or finds a ServiceType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ServiceType.
-
values
Gets known ServiceType values.- Returns:
- known ServiceType values.
-
fromString(String)factory method.