你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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