CommonPostActionResponseForStateUpdate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Common response for the state updates.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.CommonPostActionResponseForStateUpdateTypeConverter))]
public class CommonPostActionResponseForStateUpdate : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ICommonPostActionResponseForStateUpdate, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.CommonPostActionResponseForStateUpdateTypeConverter))>]
type CommonPostActionResponseForStateUpdate = class
interface ICommonPostActionResponseForStateUpdate
interface IJsonSerializable
interface IErrorResponse
interface IValidates
Public Class CommonPostActionResponseForStateUpdate
Implements ICommonPostActionResponseForStateUpdate, IValidates
- Inheritance
-
CommonPostActionResponseForStateUpdate
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CommonPostActionResponseForStateUpdate() |
Creates an new CommonPostActionResponseForStateUpdate instance. |
Properties
| Name | Description |
|---|---|
| AdditionalInfo |
The error additional info. |
| Code |
The error code. |
| ConfigurationState |
Gets the configuration state. |
| Detail |
The error details. |
| Message |
The error message. |
| Target |
The error target. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CommonPostActionResponseForStateUpdate. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CommonPostActionResponseForStateUpdate. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ICommonPostActionResponseForStateUpdate. |
| FromJsonString(String) |
Creates a new instance of CommonPostActionResponseForStateUpdate, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of CommonPostActionResponseForStateUpdate into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |