WebSiteConfigConnectionStringCollection.GetIfExists 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 Azure.NullableResponse<Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource> GetIfExists (string connectionStringKey, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource>
Public Overridable Function GetIfExists (connectionStringKey As String, Optional cancellationToken As CancellationToken = Nothing) As 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