DeletedAppConfigurationStoreResource.Get(CancellationToken) Method

Definition

Gets a deleted Azure app configuration store.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/locations/{location}/deletedConfigurationStores/{configStoreName}.
  • Operation Id. : DeletedConfigurationStores_GetDeleted.
  • Default Api Version. : 2025-06-01-preview.
  • Resource. : DeletedAppConfigurationStoreResource.
public virtual Azure.Response<Azure.ResourceManager.AppConfiguration.DeletedAppConfigurationStoreResource> Get(System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppConfiguration.DeletedAppConfigurationStoreResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppConfiguration.DeletedAppConfigurationStoreResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of DeletedAppConfigurationStoreResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to