ManagementLockOwner Class

Definition

Lock owner properties.

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

Constructors

ManagementLockOwner()

Initializes a new instance of ManagementLockOwner.

Properties

ApplicationId

The application ID of the lock owner.

Explicit Interface Implementations

IJsonModel<ManagementLockOwner>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagementLockOwner>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagementLockOwner>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagementLockOwner>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagementLockOwner>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to