NetworkFabricDeviceReadWriteCommand Class

Definition

Provide the Rw command.

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

Constructors

Name Description
NetworkFabricDeviceReadWriteCommand()

Initializes a new instance of NetworkFabricDeviceReadWriteCommand.

Properties

Name Description
Command

Specify the command.

CommandUri

Specify the commands file URL.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<NetworkFabricDeviceReadWriteCommand>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkFabricDeviceReadWriteCommand>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkFabricDeviceReadWriteCommand>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkFabricDeviceReadWriteCommand>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to