你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WebSiteSlotResource.GetAuthSettingsV2Slot(CancellationToken) 方法

定义

通过 V2 格式获取应用的站点身份验证/授权设置的说明

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/authsettingsV2/list
  • 操作IdWebApps_GetAuthSettingsV2Slot
public virtual Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2> GetAuthSettingsV2Slot (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAuthSettingsV2Slot : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>
override this.GetAuthSettingsV2Slot : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>
Public Overridable Function GetAuthSettingsV2Slot (Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteAuthSettingsV2)

参数

cancellationToken
CancellationToken

要使用的取消标记。

返回

适用于