DenyAssignmentPermission Class

Definition

Deny assignment permissions.

public class DenyAssignmentPermission : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Authorization.Models.DenyAssignmentPermission>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Authorization.Models.DenyAssignmentPermission>
public class DenyAssignmentPermission
type DenyAssignmentPermission = class
    interface IJsonModel<DenyAssignmentPermission>
    interface IPersistableModel<DenyAssignmentPermission>
type DenyAssignmentPermission = class
Public Class DenyAssignmentPermission
Implements IJsonModel(Of DenyAssignmentPermission), IPersistableModel(Of DenyAssignmentPermission)
Public Class DenyAssignmentPermission
Inheritance
DenyAssignmentPermission
Implements

Properties

Actions

Actions to which the deny assignment does not grant access.

Condition

The conditions on the Deny assignment permission. This limits the resources it applies to.

ConditionVersion

Version of the condition.

DataActions

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

NotActions

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

NotDataActions

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

Explicit Interface Implementations

IJsonModel<DenyAssignmentPermission>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DenyAssignmentPermission>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DenyAssignmentPermission>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DenyAssignmentPermission>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DenyAssignmentPermission>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to