次の方法で共有


Permission コンストラクター

定義

オーバーロード

Permission()

Permission クラスの新しいインスタンスを初期化します。

Permission(IList<String>, IList<String>, IList<String>, IList<String>)

Permission クラスの新しいインスタンスを初期化します。

Permission()

Permission クラスの新しいインスタンスを初期化します。

public Permission ();
Public Sub New ()

適用対象

Permission(IList<String>, IList<String>, IList<String>, IList<String>)

Permission クラスの新しいインスタンスを初期化します。

public Permission (System.Collections.Generic.IList<string> actions = default, System.Collections.Generic.IList<string> notActions = default, System.Collections.Generic.IList<string> dataActions = default, System.Collections.Generic.IList<string> notDataActions = default);
new Microsoft.Azure.Management.ResourceManager.Models.Permission : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.ResourceManager.Models.Permission
Public Sub New (Optional actions As IList(Of String) = Nothing, Optional notActions As IList(Of String) = Nothing, Optional dataActions As IList(Of String) = Nothing, Optional notDataActions As IList(Of String) = Nothing)

パラメーター

actions
IList<String>

許可されたアクション。

notActions
IList<String>

拒否されたアクション。

dataActions
IList<String>

許可されるデータ アクション。

notDataActions
IList<String>

拒否されたデータ アクション。

適用対象