DeletedAppConfigurationStoreCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

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

Parameters

location
AzureLocation

The name of the Azure region.

configStoreName
String

The name of the configuration store.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

configStoreName is null.

configStoreName is an empty string, and was expected to be non-empty.

Applies to