Share via


WebPubSubResource.GetWebPubSubPrivateLinkResources(CancellationToken) Method

Definition

Get the private link resources that need to be created for a resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/privateLinkResources
  • Operation Id: WebPubSubPrivateLinkResources_List
  • Default Api Version: 2021-10-01
public virtual Azure.Pageable<Azure.ResourceManager.WebPubSub.Models.WebPubSubPrivateLink> GetWebPubSubPrivateLinkResources (System.Threading.CancellationToken cancellationToken = default);
abstract member GetWebPubSubPrivateLinkResources : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.WebPubSub.Models.WebPubSubPrivateLink>
override this.GetWebPubSubPrivateLinkResources : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.WebPubSub.Models.WebPubSubPrivateLink>
Public Overridable Function GetWebPubSubPrivateLinkResources (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of WebPubSubPrivateLink)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to