Partilhar via


ContainerServiceManagedClusterResource.ResolvePrivateLinkServiceIdAsync Método

Definição

Obtém a ID do serviço de link privado para o cluster gerenciado especificado.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resolvePrivateLinkServiceId
  • IdResolvePrivateLinkServiceId_POST de operação
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))

Parâmetros

data
ContainerServicePrivateLinkResourceData

Parâmetros necessários para resolve uma ID de serviço de link privado.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

data é nulo.

Aplica-se a