Share via


WebSiteConfigConnectionStringCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/configreferences/connectionstrings/{connectionStringKey}
  • Operation Id: WebApps_GetSiteConnectionStringKeyVaultReference
  • Default Api Version: 2023-12-01
  • Resource: WebSiteConfigConnectionStringResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource>> GetIfExistsAsync (string connectionStringKey, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource>>
Public Overridable Function GetIfExistsAsync (connectionStringKey As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of WebSiteConfigConnectionStringResource))

Parameters

connectionStringKey
String

The String to use.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

connectionStringKey is null.

Applies to