ArmApplicationPackageLockingPolicy Class

Definition

Managed application locking policy.

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

Constructors

ArmApplicationPackageLockingPolicy()

Initializes a new instance of ArmApplicationPackageLockingPolicy.

Properties

AllowedActions

The deny assignment excluded actions.

AllowedDataActions

The deny assignment excluded data actions.

Explicit Interface Implementations

IJsonModel<ArmApplicationPackageLockingPolicy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ArmApplicationPackageLockingPolicy>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ArmApplicationPackageLockingPolicy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ArmApplicationPackageLockingPolicy>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ArmApplicationPackageLockingPolicy>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to