Compartir a través de


ContainerServiceManagedClusterResource.ResolvePrivateLinkServiceId Método

Definición

Obtiene el identificador de servicio de vínculo privado del clúster administrado especificado.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resolvePrivateLinkServiceId
  • IdResolvePrivateLinkServiceId_POST de operaciones
public virtual Azure.Response<Azure.ResourceManager.ContainerService.Models.ContainerServicePrivateLinkResourceData> ResolvePrivateLinkServiceId (Azure.ResourceManager.ContainerService.Models.ContainerServicePrivateLinkResourceData data, System.Threading.CancellationToken cancellationToken = default);
abstract member ResolvePrivateLinkServiceId : Azure.ResourceManager.ContainerService.Models.ContainerServicePrivateLinkResourceData * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ContainerService.Models.ContainerServicePrivateLinkResourceData>
override this.ResolvePrivateLinkServiceId : Azure.ResourceManager.ContainerService.Models.ContainerServicePrivateLinkResourceData * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ContainerService.Models.ContainerServicePrivateLinkResourceData>
Public Overridable Function ResolvePrivateLinkServiceId (data As ContainerServicePrivateLinkResourceData, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ContainerServicePrivateLinkResourceData)

Parámetros

data
ContainerServicePrivateLinkResourceData

Parámetros necesarios para resolver un identificador de servicio de vínculo privado.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

data es null.

Se aplica a