Condividi tramite


ContainerServiceManagedClusterResource.GetPrivateLinkResourcesAsync Method

Definition

To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateLinkResources.
  • Operation Id. : ManagedClusters_PrivateLinkResourcesList.
  • Default Api Version. : 2026-01-01.
  • Resource. : ContainerServiceManagedClusterResource.
public virtual Azure.AsyncPageable<Azure.ResourceManager.ContainerService.Models.ContainerServicePrivateLinkResourceData> GetPrivateLinkResourcesAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateLinkResourcesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ContainerService.Models.ContainerServicePrivateLinkResourceData>
override this.GetPrivateLinkResourcesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ContainerService.Models.ContainerServicePrivateLinkResourceData>
Public Overridable Function GetPrivateLinkResourcesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ContainerServicePrivateLinkResourceData)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of ContainerServicePrivateLinkResourceData that may take multiple service requests to iterate over.

Applies to