Freigeben über


AppServiceSourceControlCollection.GetAllAsync(CancellationToken) Methode

Definition

Beschreibung für Ruft die für Azure-Websites verfügbaren Quellcodesteuerelemente ab.

  • Anforderungspfad/providers/Microsoft.Web/sourcecontrols
  • Vorgang IdListSourceControls
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServiceSourceControlResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServiceSourceControlResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServiceSourceControlResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppServiceSourceControlResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der AppServiceSourceControlResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: