Class VnetValidationTestFailureProperties
- java.lang.Object
-
- com.azure.resourcemanager.appservice.fluent.models.VnetValidationTestFailureProperties
-
public final class VnetValidationTestFailureProperties extends Object
VnetValidationTestFailure resource specific properties.
-
-
Constructor Summary
Constructors Constructor Description VnetValidationTestFailureProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdetails()Get the details property: The details of what caused the failure, e.g.StringtestName()Get the testName property: The name of the test that failed.voidvalidate()Validates the instance.VnetValidationTestFailurePropertieswithDetails(String details)Set the details property: The details of what caused the failure, e.g.VnetValidationTestFailurePropertieswithTestName(String testName)Set the testName property: The name of the test that failed.
-
-
-
Method Detail
-
testName
public String testName()
Get the testName property: The name of the test that failed.- Returns:
- the testName value.
-
withTestName
public VnetValidationTestFailureProperties withTestName(String testName)
Set the testName property: The name of the test that failed.- Parameters:
testName- the testName value to set.- Returns:
- the VnetValidationTestFailureProperties object itself.
-
details
public String details()
Get the details property: The details of what caused the failure, e.g. the blocking rule name, etc.- Returns:
- the details value.
-
withDetails
public VnetValidationTestFailureProperties withDetails(String details)
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.
-
-