WebSiteSlotConfigAppSettingCollection.GetAllAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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: 2023-12-01
- Resource: WebSiteSlotConfigAppSettingResource
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)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of WebSiteSlotConfigAppSettingResource that may take multiple service requests to iterate over.