Class VnetValidationTestFailureProperties
java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.VnetValidationTestFailureProperties
VnetValidationTestFailure resource specific properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of VnetValidationTestFailureProperties class. -
Method Summary
Modifier and TypeMethodDescriptiondetails()Get the details property: The details of what caused the failure, e.g.testName()Get the testName property: The name of the test that failed.voidvalidate()Validates the instance.withDetails(String details) Set the details property: The details of what caused the failure, e.g.withTestName(String testName) Set the testName property: The name of the test that failed.
-
Constructor Details
-
VnetValidationTestFailureProperties
public VnetValidationTestFailureProperties()Creates an instance of VnetValidationTestFailureProperties class.
-
-
Method Details
-
testName
Get the testName property: The name of the test that failed.- Returns:
- the testName value.
-
withTestName
Set the testName property: The name of the test that failed.- Parameters:
testName- the testName value to set.- Returns:
- the VnetValidationTestFailureProperties object itself.
-
details
Get the details property: The details of what caused the failure, e.g. the blocking rule name, etc.- Returns:
- the details value.
-
withDetails
Set the details property: The details of what caused the failure, e.g. the blocking rule name, etc.- Parameters:
details- the details value to set.- Returns:
- the VnetValidationTestFailureProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-