次の方法で共有


WebSiteSlotResource.UpdateAuthSettingsV2Slot メソッド

定義

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

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

パラメーター

siteAuthSettingsV2
SiteAuthSettingsV2

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

cancellationToken
CancellationToken

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

戻り値

例外

siteAuthSettingsV2 が null です。

適用対象