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

AllowedPrincipals 构造函数

定义

重载

AllowedPrincipals()

初始化 AllowedPrincipals 类的新实例。

AllowedPrincipals(IList<String>, IList<String>)

初始化 AllowedPrincipals 类的新实例。

AllowedPrincipals()

初始化 AllowedPrincipals 类的新实例。

public AllowedPrincipals ();
Public Sub New ()

适用于

AllowedPrincipals(IList<String>, IList<String>)

初始化 AllowedPrincipals 类的新实例。

public AllowedPrincipals (System.Collections.Generic.IList<string> groups = default, System.Collections.Generic.IList<string> identities = default);
new Microsoft.Azure.Management.WebSites.Models.AllowedPrincipals : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.WebSites.Models.AllowedPrincipals
Public Sub New (Optional groups As IList(Of String) = Nothing, Optional identities As IList(Of String) = Nothing)

参数

groups
IList<String>

允许的组的列表。

identities
IList<String>

允许的标识的列表。

适用于