MongoClusterResource.GetPrivateLinksAsync(CancellationToken) Method

Definition

list private links on the given resource

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/mongoClusters/{mongoClusterName}/privateLinkResources.
  • Operation Id. : PrivateLinks_ListByMongoCluster.
  • Default Api Version. : 2026-02-01-preview.
  • Resource. : MongoClusterResource.
public virtual Azure.AsyncPageable<Azure.ResourceManager.MongoCluster.Models.MongoClusterPrivateLinkResourceData> GetPrivateLinksAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateLinksAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MongoCluster.Models.MongoClusterPrivateLinkResourceData>
override this.GetPrivateLinksAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MongoCluster.Models.MongoClusterPrivateLinkResourceData>
Public Overridable Function GetPrivateLinksAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MongoClusterPrivateLinkResourceData)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to