WebSiteSlotResource.UpdateAuthSettingsV2SlotAsync メソッド

定義

V2 形式を使用したアプリの更新サイトの認証/承認設定の説明

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/authsettingsV2
  • 操作IdWebApps_UpdateAuthSettingsV2Slot
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>> UpdateAuthSettingsV2SlotAsync (Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 siteAuthSettingsV2, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAuthSettingsV2SlotAsync : Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>>
override this.UpdateAuthSettingsV2SlotAsync : Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>>
Public Overridable Function UpdateAuthSettingsV2SlotAsync (siteAuthSettingsV2 As SiteAuthSettingsV2, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteAuthSettingsV2))

パラメーター

siteAuthSettingsV2
SiteAuthSettingsV2

Web アプリに関連付けられている認証設定。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

siteAuthSettingsV2 が null です。

適用対象