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.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VnetValidationTestFailure = class
    inherit ProxyOnlyResourceInner
Public Class VnetValidationTestFailure
Inherits ProxyOnlyResourceInner
Inheritance
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

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResourceInner)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
Tags

Resource tags

(Inherited from Resource)
TestName

Gets or sets the name of the test that failed.

Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object. Throws ValidationException if validation fails.

(Inherited from Resource)

Applies to