WebSiteSlotResource.GetWebSiteSlotConfigAppSettingAsync 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/appsettings/{appSettingKey}
  • Operation Id: WebApps_GetAppSettingKeyVaultReferenceSlot
  • Default Api Version: 2021-02-01
  • Resource: WebSiteSlotConfigAppSettingResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource>> GetWebSiteSlotConfigAppSettingAsync (string appSettingKey, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWebSiteSlotConfigAppSettingAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource>>
override this.GetWebSiteSlotConfigAppSettingAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource>>
Public Overridable Function GetWebSiteSlotConfigAppSettingAsync (appSettingKey As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebSiteSlotConfigAppSettingResource))

Parameters

appSettingKey
String

App Setting key name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

appSettingKey is null.

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

Applies to