DenyAssignmentPermission Class
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.
Deny assignment permissions.
public class DenyAssignmentPermission
type DenyAssignmentPermission = class
Public Class DenyAssignmentPermission
- Inheritance
-
DenyAssignmentPermission
Constructors
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. |
Properties
Actions |
Gets or sets actions to which the deny assignment does not grant access. |
DataActions |
Gets or sets data actions to which the deny assignment does not grant access. |
NotActions |
Gets or sets actions to exclude from that the deny assignment does not grant access. |
NotDataActions |
Gets or sets data actions to exclude from that the deny assignment does not grant access. |
Applies to
Azure SDK for .NET