public class VnetValidationFailureDetailsInner extends ProxyOnlyResource
| Constructor and Description |
|---|
VnetValidationFailureDetailsInner() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
failed()
Get the failed property: A flag describing whether or not validation failed.
|
List<VnetValidationTestFailure> |
failedTests()
Get the failedTests property: A list of tests that failed in the validation.
|
String |
message()
Get the message property: Text describing the validation outcome.
|
void |
validate()
Validates the instance.
|
List<VnetValidationTestFailure> |
warnings()
Get the warnings property: A list of warnings generated during validation.
|
VnetValidationFailureDetailsInner |
withFailed(Boolean failed)
Set the failed property: A flag describing whether or not validation failed.
|
VnetValidationFailureDetailsInner |
withFailedTests(List<VnetValidationTestFailure> failedTests)
Set the failedTests property: A list of tests that failed in the validation.
|
VnetValidationFailureDetailsInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
VnetValidationFailureDetailsInner |
withMessage(String message)
Set the message property: Text describing the validation outcome.
|
VnetValidationFailureDetailsInner |
withWarnings(List<VnetValidationTestFailure> warnings)
Set the warnings property: A list of warnings generated during validation.
|
kindpublic String message()
public VnetValidationFailureDetailsInner withMessage(String message)
message - the message value to set.public Boolean failed()
public VnetValidationFailureDetailsInner withFailed(Boolean failed)
failed - the failed value to set.public List<VnetValidationTestFailure> failedTests()
public VnetValidationFailureDetailsInner withFailedTests(List<VnetValidationTestFailure> failedTests)
failedTests - the failedTests value to set.public List<VnetValidationTestFailure> warnings()
public VnetValidationFailureDetailsInner withWarnings(List<VnetValidationTestFailure> warnings)
warnings - the warnings value to set.public VnetValidationFailureDetailsInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.