ICommonPostActionResponseForStateUpdate Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.CommonPostActionResponseForStateUpdateTypeConverter))]
public interface ICommonPostActionResponseForStateUpdate : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IErrorResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.CommonPostActionResponseForStateUpdateTypeConverter))>]
type ICommonPostActionResponseForStateUpdate = interface
    interface IJsonSerializable
    interface IErrorResponse
Public Interface ICommonPostActionResponseForStateUpdate
Implements IErrorResponse
Derived
Attributes
Implements

Properties

Name Description
AdditionalInfo

The error additional info.

(Inherited from IErrorResponse)
Code

The error code.

(Inherited from IErrorResponse)
ConfigurationState

Gets the configuration state.

Detail

The error details.

(Inherited from IErrorResponse)
Message

The error message.

(Inherited from IErrorResponse)
Target

The error target.

(Inherited from IErrorResponse)

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to