VnetValidationFailureDetails 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.
A class that describes the reason for a validation failure.
[Microsoft.Rest.Serialization.JsonTransformation]
public class VnetValidationFailureDetails : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VnetValidationFailureDetails = class
inherit ProxyOnlyResource
Public Class VnetValidationFailureDetails
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
VnetValidationFailureDetails() |
Initializes a new instance of the VnetValidationFailureDetails class. |
VnetValidationFailureDetails(String, String, String, String, String, Nullable<Boolean>, IList<VnetValidationTestFailure>, IList<VnetValidationTestFailure>) |
Initializes a new instance of the VnetValidationFailureDetails class. |
Properties
Failed |
Gets or sets a flag describing whether or not validation failed. |
FailedTests |
Gets or sets a list of tests that failed in the validation. |
Id |
Gets resource Id. (Inherited from ProxyOnlyResource) |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResource) |
Message |
Gets or sets text describing the validation outcome. |
Name |
Gets resource Name. (Inherited from ProxyOnlyResource) |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |
Warnings |
Gets or sets a list of warnings generated during validation. |
Applies to
Azure SDK for .NET