WebSiteSlotConfigConnectionStringCollection.GetAllAsync 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/connectionstrings
  • Operation Id: WebApps_GetSiteConnectionStringKeyVaultReferencesSlot
  • Default Api Version: 2021-02-01
  • Resource: WebSiteSlotConfigConnectionStringResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of WebSiteSlotConfigConnectionStringResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to