Share via


DeviceUpdateCommonPostActionResult Class

Definition

Common response for device updates.

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

Properties

ConfigurationState

Gets the configuration state.

Error

The error object.

(Inherited from NetworkFabricErrorResult)
FailedDevices

List of ARM Resource IDs for which the given action failed to apply.

SuccessfulDevices

List of ARM Resource IDs for which the given action applied successfully.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DeviceUpdateCommonPostActionResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeviceUpdateCommonPostActionResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<NetworkFabricErrorResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from NetworkFabricErrorResult)
IJsonModel<NetworkFabricErrorResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkFabricErrorResult)
IPersistableModel<DeviceUpdateCommonPostActionResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeviceUpdateCommonPostActionResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeviceUpdateCommonPostActionResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<NetworkFabricErrorResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkFabricErrorResult)
IPersistableModel<NetworkFabricErrorResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from NetworkFabricErrorResult)
IPersistableModel<NetworkFabricErrorResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkFabricErrorResult)

Applies to