public final class VnetValidationTestFailure extends ProxyOnlyResource
| Constructor and Description |
|---|
VnetValidationTestFailure() |
| 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.
|
VnetValidationTestFailure |
withDetails(String details)
Set the details property: The details of what caused the failure, e.g.
|
VnetValidationTestFailure |
withKind(String kind)
Set the kind property: Kind of resource.
|
VnetValidationTestFailure |
withTestName(String testName)
Set the testName property: The name of the test that failed.
|
kindpublic VnetValidationTestFailure withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public String testName()
public VnetValidationTestFailure withTestName(String testName)
testName - the testName value to set.public String details()
public VnetValidationTestFailure withDetails(String details)
details - the details value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.