你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceEndpointType 类

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.network.ServiceEndpointType

public final class ServiceEndpointType
extends com.microsoft.rest.ExpandableStringEnum<ServiceEndpointType>

定义 ServiceEndpointType 的值。

字段摘要

修饰符和类型 字段和描述
static final ServiceEndpointType MICROSOFT_AZURECOSMOSDB

静态值 Microsoft。AzureCosmosDB for 服务终结点类型。

static final ServiceEndpointType MICROSOFT_SQL

静态值 Microsoft。Sql for Service终结点类型。

static final ServiceEndpointType MICROSOFT_STORAGE

静态值 Microsoft。服务终结点类型的存储。

构造函数摘要

构造函数 说明
ServiceEndpointType()

方法摘要

修饰符和类型 方法和描述
static ServiceEndpointType fromString(String name)

从其字符串表示形式创建或查找服务终结点类型。

static java.util.Collection<ServiceEndpointType> values()

方法继承自 com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

方法继承自 java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

字段详细信息

MICROSOFT_AZURECOSMOSDB

public static final ServiceEndpointType MICROSOFT_AZURECOSMOSDB

静态值 Microsoft.AzureCosmosDB for ServiceEndpointType。

MICROSOFT_SQL

public static final ServiceEndpointType MICROSOFT_SQL

静态值 Microsoft.Sql for ServiceEndpointType。

MICROSOFT_STORAGE

public static final ServiceEndpointType MICROSOFT_STORAGE

静态值 Microsoft.Storage for ServiceEndpointType。

构造函数详细信息

ServiceEndpointType

public ServiceEndpointType()

方法详细信息

fromString

public static ServiceEndpointType fromString(String name)

从其字符串表示形式创建或查找 ServiceEndpointType。

Parameters:

name - 要查找的名称

Returns:

相应的 ServiceEndpointType

values

public static Collection values()

Returns:

已知的 ServiceEndpointType 值

适用于