public final class ServiceEndpointType extends com.azure.core.util.ExpandableStringEnum<ServiceEndpointType>
| Modifier and Type | Field and Description |
|---|---|
static ServiceEndpointType |
MICROSOFT_AZURECOSMOSDB
Static value Microsoft.AzureCosmosDB for ServiceEndpointType.
|
static ServiceEndpointType |
MICROSOFT_SQL
Static value Microsoft.Sql for ServiceEndpointType.
|
static ServiceEndpointType |
MICROSOFT_STORAGE
Static value Microsoft.Storage for ServiceEndpointType.
|
| Constructor and Description |
|---|
ServiceEndpointType() |
| Modifier and Type | Method and Description |
|---|---|
static ServiceEndpointType |
fromString(String name)
Creates or finds a ServiceEndpointType from its string representation.
|
static Collection<ServiceEndpointType> |
values() |
public static final ServiceEndpointType MICROSOFT_STORAGE
public static final ServiceEndpointType MICROSOFT_SQL
public static final ServiceEndpointType MICROSOFT_AZURECOSMOSDB
public static ServiceEndpointType fromString(String name)
name - a name to look forpublic static Collection<ServiceEndpointType> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.