WebSiteResource.GetPrivateLinkResources(CancellationToken) Method

Definition

Description for Gets the private link resources

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/privateLinkResources
  • Operation Id: WebApps_GetPrivateLinkResources
  • Default Api Version: 2021-02-01
  • Resource: WebSiteResource
public virtual Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData> GetPrivateLinkResources (System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateLinkResources : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData>
override this.GetPrivateLinkResources : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData>
Public Overridable Function GetPrivateLinkResources (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppServicePrivateLinkResourceData)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to