Class VnetValidationTestFailure
- java.lang.Object
-
- com.microsoft.azure.ProxyResource
-
- com.microsoft.azure.management.appservice.ProxyOnlyResource
-
- com.microsoft.azure.management.appservice.VnetValidationTestFailure
-
public class VnetValidationTestFailure extends ProxyOnlyResource
A class that describes a test that failed during NSG and UDR validation.
-
-
Constructor Summary
Constructors Constructor Description VnetValidationTestFailure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdetails()Get the details of what caused the failure, e.g.StringtestName()Get the name of the test that failed.VnetValidationTestFailurewithDetails(String details)Set the details of what caused the failure, e.g.VnetValidationTestFailurewithTestName(String testName)Set the name of the test that failed.-
Methods inherited from class com.microsoft.azure.management.appservice.ProxyOnlyResource
kind, withKind
-
-
-
-
Method Detail
-
testName
public String testName()
Get the name of the test that failed.- Returns:
- the testName value
-
withTestName
public VnetValidationTestFailure withTestName(String testName)
Set the name of the test that failed.- Parameters:
testName- the testName value to set- Returns:
- the VnetValidationTestFailure object itself.
-
details
public String details()
Get the details of what caused the failure, e.g. the blocking rule name, etc.- Returns:
- the details value
-
withDetails
public VnetValidationTestFailure withDetails(String details)
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.
-
-