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

ContainerServiceManagedClusterResource.ResolvePrivateLinkServiceIdAsync 方法

定义

获取指定托管群集的专用链接服务 ID。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resolvePrivateLinkServiceId
  • 操作IdResolvePrivateLinkServiceId_POST
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerService.Models.ContainerServicePrivateLinkResourceData>> ResolvePrivateLinkServiceIdAsync (Azure.ResourceManager.ContainerService.Models.ContainerServicePrivateLinkResourceData data, System.Threading.CancellationToken cancellationToken = default);
abstract member ResolvePrivateLinkServiceIdAsync : Azure.ResourceManager.ContainerService.Models.ContainerServicePrivateLinkResourceData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerService.Models.ContainerServicePrivateLinkResourceData>>
override this.ResolvePrivateLinkServiceIdAsync : Azure.ResourceManager.ContainerService.Models.ContainerServicePrivateLinkResourceData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerService.Models.ContainerServicePrivateLinkResourceData>>
Public Overridable Function ResolvePrivateLinkServiceIdAsync (data As ContainerServicePrivateLinkResourceData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ContainerServicePrivateLinkResourceData))

参数

data
ContainerServicePrivateLinkResourceData

解析专用链接服务 ID 所需的参数。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

data 为 null。

适用于