AppConfigurationKeyValueCollection.GetIfExists 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. : 2025-06-01-preview.
public virtual Azure.NullableResponse<Azure.ResourceManager.AppConfiguration.AppConfigurationKeyValueResource> GetIfExists(string keyValueName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.AppConfiguration.AppConfigurationKeyValueResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.AppConfiguration.AppConfigurationKeyValueResource>
Public Overridable Function GetIfExists (keyValueName As String, Optional cancellationToken As CancellationToken = Nothing) As 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 null.

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

Applies to