public class VnetValidationTestFailure extends ProxyOnlyResource
| Constructor and Description |
|---|
VnetValidationTestFailure() |
| Modifier and Type | Method and Description |
|---|---|
String |
details()
Get the details of what caused the failure, e.g.
|
String |
testName()
Get the name of the test that failed.
|
VnetValidationTestFailure |
withDetails(String details)
Set the details of what caused the failure, e.g.
|
VnetValidationTestFailure |
withTestName(String testName)
Set the name of the test that failed.
|
kind, withKindpublic String testName()
public VnetValidationTestFailure withTestName(String testName)
testName - the testName value to setpublic String details()
public VnetValidationTestFailure withDetails(String details)
details - the details value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/