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

ServiceNameFormat.GetEndpointName(Type) 方法

定义

获取给定服务类型的默认终结点资源名称

public static string GetEndpointName (Type serviceInterfaceType);
static member GetEndpointName : Type -> string
Public Shared Function GetEndpointName (serviceInterfaceType As Type) As String

参数

serviceInterfaceType
Type

服务接口类型名称。

返回

终结点资源的名称。

注解

适用于