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

AuthPlatform 构造函数

定义

重载

AuthPlatform()

初始化 AuthPlatform 类的新实例。

AuthPlatform(Nullable<Boolean>, String, String)

初始化 AuthPlatform 类的新实例。

AuthPlatform()

初始化 AuthPlatform 类的新实例。

public AuthPlatform ();
Public Sub New ()

适用于

AuthPlatform(Nullable<Boolean>, String, String)

初始化 AuthPlatform 类的新实例。

public AuthPlatform (bool? enabled = default, string runtimeVersion = default, string configFilePath = default);
new Microsoft.Azure.Management.WebSites.Models.AuthPlatform : Nullable<bool> * string * string -> Microsoft.Azure.Management.WebSites.Models.AuthPlatform
Public Sub New (Optional enabled As Nullable(Of Boolean) = Nothing, Optional runtimeVersion As String = Nothing, Optional configFilePath As String = Nothing)

参数

enabled
Nullable<Boolean>

<如果为当前应用启用了身份验证/授权功能,则代码>为 true</code;否则为 <false></code>。>

runtimeVersion
String

当前应用使用的身份验证/授权功能的 RuntimeVersion。 此值中的设置可以控制身份验证/授权模块中某些功能的行为。

configFilePath
String

包含身份验证设置的配置文件的路径(如果它们来自文件)。 如果路径是相对路径,则 base 将作为站点的根目录。

适用于