Class ServiceEndpointType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ServiceEndpointType>
com.azure.resourcemanager.network.models.ServiceEndpointType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ServiceEndpointType
extends com.azure.core.util.ExpandableStringEnum<ServiceEndpointType>
Defines values for ServiceEndpointType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ServiceEndpointTypeStatic value Microsoft.AzureCosmosDB for ServiceEndpointType.static final ServiceEndpointTypeStatic value Microsoft.Sql for ServiceEndpointType.static final ServiceEndpointTypeStatic value Microsoft.Storage for ServiceEndpointType.static final ServiceEndpointTypeStatic value Microsoft.Web for ServiceEndpointType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ServiceEndpointTypefromString(String name) Creates or finds a ServiceEndpointType from its string representation.static Collection<ServiceEndpointType> values()Gets known ServiceEndpointType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
MICROSOFT_STORAGE
Static value Microsoft.Storage for ServiceEndpointType. -
MICROSOFT_SQL
Static value Microsoft.Sql for ServiceEndpointType. -
MICROSOFT_AZURECOSMOSDB
Static value Microsoft.AzureCosmosDB for ServiceEndpointType. -
MICROSOFT_WEB
Static value Microsoft.Web for ServiceEndpointType.
-
-
Constructor Details
-
ServiceEndpointType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ServiceEndpointType value.
-
-
Method Details
-
fromString
Creates or finds a ServiceEndpointType from its string representation.- Parameters:
name- a name to look for- Returns:
- the corresponding ServiceEndpointType
-
values
Gets known ServiceEndpointType values.- Returns:
- known ServiceEndpointType values
-
fromString(String)factory method.