DeletedAppConfigurationStoreCollection.GetAllAsync(CancellationToken) Method

Definition

Gets information about the deleted configuration stores in a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/deletedConfigurationStores
  • Operation Id: ConfigurationStores_ListDeleted
  • Default Api Version: 2023-03-01
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppConfiguration.DeletedAppConfigurationStoreResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppConfiguration.DeletedAppConfigurationStoreResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppConfiguration.DeletedAppConfigurationStoreResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DeletedAppConfigurationStoreResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to