IValidateConfigurationResponse Interface
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.
[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) |