Share via


WebSiteSlotConfigAppSettingCollection.GetAll(CancellationToken) Method

Definition

Description for Gets the config reference app settings and status of an app

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to