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

TrafficManagerProfileResource.GetTrafficManagerEndpoint 方法

定义

获取流量管理器终结点。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/{endpointType}/{endpointName}
  • 操作IdEndpoints_Get
public virtual Azure.Response<Azure.ResourceManager.TrafficManager.TrafficManagerEndpointResource> GetTrafficManagerEndpoint (string endpointType, string endpointName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTrafficManagerEndpoint : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.TrafficManager.TrafficManagerEndpointResource>
override this.GetTrafficManagerEndpoint : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.TrafficManager.TrafficManagerEndpointResource>
Public Overridable Function GetTrafficManagerEndpoint (endpointType As String, endpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of TrafficManagerEndpointResource)

参数

endpointType
String

流量管理器终结点的类型。 此处仅允许使用 AzureEndpoints、ExternalEndpoints 和 NestedEndpoints。

endpointName
String

流量管理器终结点的名称。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

endpointTypeendpointName 是空字符串,预期为非空。

endpointTypeendpointName 为 null。

适用于