Share via


WebSiteSlotResource.GetWebSiteSlotConfigConnectionStringAsync Method

Definition

Description for Gets the config reference and status of an app

  • 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 System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource>> GetWebSiteSlotConfigConnectionStringAsync (string connectionStringKey, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWebSiteSlotConfigConnectionStringAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource>>
override this.GetWebSiteSlotConfigConnectionStringAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource>>
Public Overridable Function GetWebSiteSlotConfigConnectionStringAsync (connectionStringKey As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebSiteSlotConfigConnectionStringResource))

Parameters

connectionStringKey
String

The String to use.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

connectionStringKey is null.

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

Applies to