次の方法で共有


ContainerServiceManagedClusterResource.ResolvePrivateLinkServiceIdAsync メソッド

定義

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

  • 要求パス/サブスクリプション/{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 です。

適用対象