public final class VnetValidationTestFailureProperties extends Object
| Constructor and Description |
|---|
VnetValidationTestFailureProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
details()
Get the details property: The details of what caused the failure, e.g.
|
String |
testName()
Get the testName property: The name of the test that failed.
|
void |
validate()
Validates the instance.
|
VnetValidationTestFailureProperties |
withDetails(String details)
Set the details property: The details of what caused the failure, e.g.
|
VnetValidationTestFailureProperties |
withTestName(String testName)
Set the testName property: The name of the test that failed.
|
public String testName()
public VnetValidationTestFailureProperties withTestName(String testName)
testName - the testName value to set.public String details()
public VnetValidationTestFailureProperties withDetails(String details)
details - the details value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.