NetworkFabricLockContent Class

Definition

Network Fabric Lock Request.

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

Constructors

Name Description
NetworkFabricLockContent()

Initializes a new instance of NetworkFabricLockContent.

Properties

Name Description
Action

Action to be performed on the lock.

LockType

Type of lock to be applied.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<NetworkFabricLockContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkFabricLockContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkFabricLockContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkFabricLockContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkFabricLockContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to