VnetValidationTestFailure Class

Definition

A class that describes a test that failed during NSG and UDR validation.

[Microsoft.Rest.Serialization.JsonTransformation]
public class VnetValidationTestFailure : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VnetValidationTestFailure = class
    inherit ProxyOnlyResource
Public Class VnetValidationTestFailure
Inherits ProxyOnlyResource
Inheritance
VnetValidationTestFailure
Attributes

Constructors

VnetValidationTestFailure()

Initializes a new instance of the VnetValidationTestFailure class.

VnetValidationTestFailure(String, String, String, String, String, String)

Initializes a new instance of the VnetValidationTestFailure class.

Properties

Details

Gets or sets the details of what caused the failure, e.g. the blocking rule name, etc.

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
TestName

Gets or sets the name of the test that failed.

Type

Gets resource type.

(Inherited from ProxyOnlyResource)

Applies to