AppConfigurationKeyValueCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/keyValues/{keyValueName}
  • Operation Id: KeyValues_Get
  • Default Api Version: 2023-03-01
  • Resource: AppConfigurationKeyValueResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.AppConfiguration.AppConfigurationKeyValueResource>> GetIfExistsAsync (string keyValueName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.AppConfiguration.AppConfigurationKeyValueResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.AppConfiguration.AppConfigurationKeyValueResource>>
Public Overridable Function GetIfExistsAsync (keyValueName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of AppConfigurationKeyValueResource))

Parameters

keyValueName
String

Identifier of key and label combination. Key and label are joined by $ character. Label is optional.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

keyValueName is null.

Applies to