ContainerServiceManagedClusterResource.ResolvePrivateLinkServiceIdAsync Method

Definition

Gets the private link service ID for the specified managed cluster.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resolvePrivateLinkServiceId.
  • Operation Id. : ManagedClusters_Post.
  • Default Api Version. : 2026-01-02-preview.
  • Resource. : ContainerServiceManagedClusterResource.
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))

Parameters

data
ContainerServicePrivateLinkResourceData

Parameters required in order to resolve a private link service ID.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to