WebSiteSlotConfigConnectionStringCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

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

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