WebSiteSlotResource.GetPrivateLinkResourcesSlotAsync Method

Definition

Description for Gets the private link resources

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to