次の方法で共有


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

プライベート リンク サービス ID を解決するために指定されたパラメーター (名前、groupId)。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

指定したマネージド クラスターのプライベート リンク サービス ID を取得します。

適用対象