DeletedAppConfigurationStoreCollection.GetAll(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.Pageable<Azure.ResourceManager.AppConfiguration.DeletedAppConfigurationStoreResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppConfiguration.DeletedAppConfigurationStoreResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppConfiguration.DeletedAppConfigurationStoreResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DeletedAppConfigurationStoreResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to