public final class ServiceEndpointType extends com.microsoft.rest.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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/