Freigeben über


WebSiteSlotResource.GetPrivateLinkResourcesSlotAsync Methode

Definition

Beschreibung für Ruft die Private Link-Ressourcen ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/privateLinkResources
  • Vorgangs-IdWebApps_GetPrivateLinkResourcesSlot
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)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von AppServicePrivateLinkResourceData , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: