IVnetValidationFailureDetailsProperties 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.Functions.Models.Api20231201.VnetValidationFailureDetailsPropertiesTypeConverter))]
public interface IVnetValidationFailureDetailsProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.VnetValidationFailureDetailsPropertiesTypeConverter))>]
type IVnetValidationFailureDetailsProperties = interface
interface IJsonSerializable
Public Interface IVnetValidationFailureDetailsProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Failed |
A flag describing whether or not validation failed. |
FailedTest |
A list of tests that failed in the validation. |
Message |
Text describing the validation outcome. |
Warning |
A list of warnings generated during validation. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |