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

DataFactoryResource.GetPrivateLinkResources(CancellationToken) Method

Definition

Gets the private link resources

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateLinkResources
  • Operation Id: privateLinkResources_Get
  • Default Api Version: 2018-06-01
public virtual Azure.Pageable<Azure.ResourceManager.DataFactory.Models.DataFactoryPrivateLinkResource> GetPrivateLinkResources (System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateLinkResources : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataFactory.Models.DataFactoryPrivateLinkResource>
override this.GetPrivateLinkResources : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataFactory.Models.DataFactoryPrivateLinkResource>
Public Overridable Function GetPrivateLinkResources (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DataFactoryPrivateLinkResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to