Class VnetValidationTestFailure
java.lang.Object
com.microsoft.azure.ProxyResource
com.microsoft.azure.management.appservice.ProxyOnlyResource
com.microsoft.azure.management.appservice.VnetValidationTestFailure
A class that describes a test that failed during NSG and UDR validation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondetails()
Get the details of what caused the failure, e.g.testName()
Get the name of the test that failed.withDetails
(String details) Set the details of what caused the failure, e.g.withTestName
(String testName) Set the name of the test that failed.Methods inherited from class com.microsoft.azure.management.appservice.ProxyOnlyResource
kind, withKind
Methods inherited from class com.microsoft.azure.ProxyResource
id, name, type
-
Constructor Details
-
VnetValidationTestFailure
public VnetValidationTestFailure()
-
-
Method Details
-
testName
Get the name of the test that failed.- Returns:
- the testName value
-
withTestName
Set the name of the test that failed.- Parameters:
testName
- the testName value to set- Returns:
- the VnetValidationTestFailure object itself.
-
details
Get the details of what caused the failure, e.g. the blocking rule name, etc.- Returns:
- the details value
-
withDetails
Set the details of what caused the failure, e.g. the blocking rule name, etc.- Parameters:
details
- the details value to set- Returns:
- the VnetValidationTestFailure object itself.
-