Class ServiceEndpointType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ServiceEndpointType>
com.azure.resourcemanager.network.models.ServiceEndpointType
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()Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, 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
public ServiceEndpointType()
-
-
Method Details
-
fromString
Creates or finds a ServiceEndpointType from its string representation.- Parameters:
name- a name to look for- Returns:
- the corresponding ServiceEndpointType
-
values
- Returns:
- known ServiceEndpointType values
-