IValidateConfigurationResponse Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ValidateConfigurationResponseTypeConverter))]
public interface IValidateConfigurationResponse : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IErrorResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ValidateConfigurationResponseTypeConverter))>]
type IValidateConfigurationResponse = interface
    interface IJsonSerializable
    interface IErrorResponse
Public Interface IValidateConfigurationResponse
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)
Url

URL for the details of the response.

Methods

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

Applies to