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: PrivateLinkResource_ListByMongoCluster
  • Default Api Version: 2024-07-01
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

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

Applies to