DenyAssignmentPermission Constructors

Definition

Overloads

DenyAssignmentPermission()

Initializes a new instance of the DenyAssignmentPermission class.

DenyAssignmentPermission(IList<String>, IList<String>, IList<String>, IList<String>)

Initializes a new instance of the DenyAssignmentPermission class.

DenyAssignmentPermission()

Initializes a new instance of the DenyAssignmentPermission class.

public DenyAssignmentPermission ();

Applies to

Azure SDK for .NET Legacy
Product Versions
Azure SDK for .NET Legacy

DenyAssignmentPermission(IList<String>, IList<String>, IList<String>, IList<String>)

Initializes a new instance of the DenyAssignmentPermission class.

public DenyAssignmentPermission (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);

Parameters

actions
IList<String>

Actions to which the deny assignment does not grant access.

notActions
IList<String>

Actions to exclude from that the deny assignment does not grant access.

dataActions
IList<String>

Data actions to which the deny assignment does not grant access.

notDataActions
IList<String>

Data actions to exclude from that the deny assignment does not grant access.

Applies to

Azure SDK for .NET Legacy
Product Versions
Azure SDK for .NET Legacy