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
type VnetValidationFailureDetails = class
inherit ProxyOnlyResource
Public Class VnetValidationFailureDetails
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
VnetValidationFailureDetails() |
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) |
Name |
Gets resource Name. (Inherited from ProxyOnlyResource) |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |