次の方法で共有


DenyAssignment コンストラクター

定義

オーバーロード

DenyAssignment()

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

DenyAssignment(String, String, String, String, String, IList<DenyAssignmentPermission>, String, Nullable<Boolean>, IList<Principal>, IList<Principal>, Nullable<Boolean>)

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

DenyAssignment()

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

public DenyAssignment ();
Public Sub New ()

適用対象

DenyAssignment(String, String, String, String, String, IList<DenyAssignmentPermission>, String, Nullable<Boolean>, IList<Principal>, IList<Principal>, Nullable<Boolean>)

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

public DenyAssignment (string id = default, string name = default, string type = default, string denyAssignmentName = default, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Authorization.Models.DenyAssignmentPermission> permissions = default, string scope = default, bool? doNotApplyToChildScopes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Authorization.Models.Principal> principals = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Authorization.Models.Principal> excludePrincipals = default, bool? isSystemProtected = default);
new Microsoft.Azure.Management.Authorization.Models.DenyAssignment : string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Authorization.Models.DenyAssignmentPermission> * string * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Authorization.Models.Principal> * System.Collections.Generic.IList<Microsoft.Azure.Management.Authorization.Models.Principal> * Nullable<bool> -> Microsoft.Azure.Management.Authorization.Models.DenyAssignment
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional denyAssignmentName As String = Nothing, Optional description As String = Nothing, Optional permissions As IList(Of DenyAssignmentPermission) = Nothing, Optional scope As String = Nothing, Optional doNotApplyToChildScopes As Nullable(Of Boolean) = Nothing, Optional principals As IList(Of Principal) = Nothing, Optional excludePrincipals As IList(Of Principal) = Nothing, Optional isSystemProtected As Nullable(Of Boolean) = Nothing)

パラメーター

id
String

拒否割り当て ID。

name
String

拒否割り当て名。

type
String

拒否割り当ての種類。

denyAssignmentName
String

拒否割り当ての表示名。

description
String

拒否割り当ての説明。

permissions
IList<DenyAssignmentPermission>

拒否割り当てによって拒否されるアクセス許可の配列。

scope
String

拒否割り当てスコープ。

doNotApplyToChildScopes
Nullable<Boolean>

拒否の割り当てが子スコープに適用されるかどうかを判断します。 既定値は false です。

principals
IList<Principal>

拒否割り当てが適用されるプリンシパルの配列。

excludePrincipals
IList<Principal>

拒否割り当てが適用されないプリンシパルの配列。

isSystemProtected
Nullable<Boolean>

この拒否割り当てが Azure によって作成されたものかどうか、およびこの拒否割り当てを編集または削除できるかどうかを指定します。

適用対象