DenyAssignmentInner Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DenyAssignmentInner() |
Initializes a new instance of the DenyAssignmentInner class. |
DenyAssignmentInner(String, String, String, String, String, IList<DenyAssignmentPermission>, String, Nullable<Boolean>, IList<Principal>, IList<Principal>, Nullable<Boolean>) |
Initializes a new instance of the DenyAssignmentInner class. |
DenyAssignmentInner()
Initializes a new instance of the DenyAssignmentInner class.
public DenyAssignmentInner ();
Public Sub New ()
Applies to
DenyAssignmentInner(String, String, String, String, String, IList<DenyAssignmentPermission>, String, Nullable<Boolean>, IList<Principal>, IList<Principal>, Nullable<Boolean>)
Initializes a new instance of the DenyAssignmentInner class.
public DenyAssignmentInner (string id = default, string name = default, string type = default, string denyAssignmentName = default, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.DenyAssignmentPermission> permissions = default, string scope = default, bool? doNotApplyToChildScopes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.Principal> principals = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.Principal> excludePrincipals = default, bool? isSystemProtected = default);
new Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.DenyAssignmentInner : string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.DenyAssignmentPermission> * string * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.Principal> * System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.Principal> * Nullable<bool> -> Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.DenyAssignmentInner
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)
Parameters
- id
- String
The deny assignment ID.
- name
- String
The deny assignment name.
- type
- String
The deny assignment type.
- denyAssignmentName
- String
The display name of the deny assignment.
- description
- String
The description of the deny assignment.
- permissions
- IList<DenyAssignmentPermission>
An array of permissions that are denied by the deny assignment.
- scope
- String
The deny assignment scope.
Determines if the deny assignment applies to child scopes. Default value is false.
Specifies whether this deny assignment was created by Azure and cannot be edited or deleted.
Applies to
Azure SDK for .NET