CommonPostActionResponseForDeviceUpdate Class

Definition

Common response for device updates.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.CommonPostActionResponseForDeviceUpdateTypeConverter))]
public class CommonPostActionResponseForDeviceUpdate : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ICommonPostActionResponseForDeviceUpdate, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.CommonPostActionResponseForDeviceUpdateTypeConverter))>]
type CommonPostActionResponseForDeviceUpdate = class
    interface ICommonPostActionResponseForDeviceUpdate
    interface IJsonSerializable
    interface IErrorResponse
    interface IValidates
Public Class CommonPostActionResponseForDeviceUpdate
Implements ICommonPostActionResponseForDeviceUpdate, IValidates
Inheritance
CommonPostActionResponseForDeviceUpdate
Attributes
Implements

Constructors

Name Description
CommonPostActionResponseForDeviceUpdate()

Creates an new CommonPostActionResponseForDeviceUpdate instance.

Properties

Name Description
AdditionalInfo

The error additional info.

Code

The error code.

ConfigurationState

Gets the configuration state.

Detail

The error details.

FailedDevice

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

Message

The error message.

SuccessfulDevice

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

Target

The error target.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CommonPostActionResponseForDeviceUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CommonPostActionResponseForDeviceUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ICommonPostActionResponseForDeviceUpdate.

FromJsonString(String)

Creates a new instance of CommonPostActionResponseForDeviceUpdate, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CommonPostActionResponseForDeviceUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to