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>
type DenyAssignmentPermission = class
    interface IJsonModel<DenyAssignmentPermission>
    interface IPersistableModel<DenyAssignmentPermission>
Public Class DenyAssignmentPermission
Implements IJsonModel(Of DenyAssignmentPermission), IPersistableModel(Of DenyAssignmentPermission)
Inheritance
DenyAssignmentPermission
Implements

Constructors

Name Description
DenyAssignmentPermission()

Initializes a new instance of DenyAssignmentPermission.

Properties

Name Description
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.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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