NetworkDeviceRwCommandResponseProperties Class

Definition

Network Device Resource defines the properties of the resource.

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

Properties

Name Description
ConfigurationState

Gets the configuration state.

OutputUri

Predefined link containing Device Rw Command output.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<NetworkDeviceRwCommandResponseProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkDeviceRwCommandResponseProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkDeviceRwCommandResponseProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkDeviceRwCommandResponseProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to