ValidateConfigurationResponse 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.
The response of the action validate configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ValidateConfigurationResponseTypeConverter))]
public class ValidateConfigurationResponse : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IValidateConfigurationResponse, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ValidateConfigurationResponseTypeConverter))>]
type ValidateConfigurationResponse = class
interface IValidateConfigurationResponse
interface IJsonSerializable
interface IErrorResponse
interface IValidates
Public Class ValidateConfigurationResponse
Implements IValidateConfigurationResponse, IValidates
- Inheritance
-
ValidateConfigurationResponse
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ValidateConfigurationResponse() |
Creates an new ValidateConfigurationResponse 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. |
| Url |
URL for the details of the response. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ValidateConfigurationResponse. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ValidateConfigurationResponse. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IValidateConfigurationResponse. |
| FromJsonString(String) |
Creates a new instance of ValidateConfigurationResponse, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ValidateConfigurationResponse into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |