Freigeben über


WebSiteSlotConfigAppSettingCollection.GetAllAsync(CancellationToken) Methode

Definition

Beschreibung für Ruft die Konfigurationsverweis-App-Einstellungen und status einer App ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/config/configreferences/appsettings
  • Vorgangs-IdWebApps_GetAppSettingsKeyVaultReferencesSlot
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of WebSiteSlotConfigAppSettingResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: