CognitiveServicesAccountResource.GetPrivateLinkResources Method

Definition

Gets the private link resources that need to be created for a Cognitive Services account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateLinkResources
  • Operation Id: PrivateLinkResources_List
  • Default Api Version: 2023-05-01
public virtual Azure.Pageable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesPrivateLinkResource> GetPrivateLinkResources (System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateLinkResources : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesPrivateLinkResource>
override this.GetPrivateLinkResources : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesPrivateLinkResource>
Public Overridable Function GetPrivateLinkResources (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CognitiveServicesPrivateLinkResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to