次の方法で共有


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>

許可されている ID の一覧。

適用対象