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