NetworkFabricDeviceReadOnlyCommand Class

Definition

Provide the RO command.

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

Constructors

Name Description
NetworkFabricDeviceReadOnlyCommand()

Initializes a new instance of NetworkFabricDeviceReadOnlyCommand.

Properties

Name Description
Command

Specify the command.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<NetworkFabricDeviceReadOnlyCommand>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkFabricDeviceReadOnlyCommand>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkFabricDeviceReadOnlyCommand>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkFabricDeviceReadOnlyCommand>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to