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

ResolvePrivateLinkServiceIdOperationsExtensions.POSTAsync 方法

定义

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Fluent.Models.PrivateLinkResourceInner> POSTAsync(this Microsoft.Azure.Management.ContainerService.Fluent.IResolvePrivateLinkServiceIdOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.ContainerService.Fluent.Models.PrivateLinkResourceInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member POSTAsync : Microsoft.Azure.Management.ContainerService.Fluent.IResolvePrivateLinkServiceIdOperations * string * string * Microsoft.Azure.Management.ContainerService.Fluent.Models.PrivateLinkResourceInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Fluent.Models.PrivateLinkResourceInner>
<Extension()>
Public Function POSTAsync (operations As IResolvePrivateLinkServiceIdOperations, resourceGroupName As String, resourceName As String, parameters As PrivateLinkResourceInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkResourceInner)

参数

operations
IResolvePrivateLinkServiceIdOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。

resourceName
String

托管群集资源的名称。

parameters
PrivateLinkResourceInner

参数 (名称、groupId) 提供,以便解析专用链接服务 ID。

cancellationToken
CancellationToken

取消标记。

返回

注解

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

适用于