NetworkDeviceRunRwCommandResult Class

Definition

Response body for a RunRwCommand request on a Network Device.

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

Properties

Name Description
EndOn

The end time of the operation.

Error

If present, details of the operation error.

Id

Fully qualified ID for the async operation.

Name

Name of the async operation.

Operations

The operations list.

PercentComplete

Percent of the operation that is complete.

Properties

Network Device Run Rw Command Response properties.

ResourceId

Fully qualified ID of the resource against which the original async operation was started.

StartOn

The start time of the operation.

Status

Operation status.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<NetworkDeviceRunRwCommandResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkDeviceRunRwCommandResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkDeviceRunRwCommandResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkDeviceRunRwCommandResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to