Uses of Class
com.azure.resourcemanager.appservice.models.VnetValidationTestFailure
Packages that use VnetValidationTestFailure
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of VnetValidationTestFailure in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type VnetValidationTestFailureModifier and TypeMethodDescriptionVnetValidationFailureDetailsInner.failedTests()
Get the failedTests property: A list of tests that failed in the validation.VnetValidationFailureDetailsProperties.failedTests()
Get the failedTests property: A list of tests that failed in the validation.VnetValidationFailureDetailsInner.warnings()
Get the warnings property: A list of warnings generated during validation.VnetValidationFailureDetailsProperties.warnings()
Get the warnings property: A list of warnings generated during validation.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type VnetValidationTestFailureModifier and TypeMethodDescriptionVnetValidationFailureDetailsInner.withFailedTests
(List<VnetValidationTestFailure> failedTests) Set the failedTests property: A list of tests that failed in the validation.VnetValidationFailureDetailsProperties.withFailedTests
(List<VnetValidationTestFailure> failedTests) Set the failedTests property: A list of tests that failed in the validation.VnetValidationFailureDetailsInner.withWarnings
(List<VnetValidationTestFailure> warnings) Set the warnings property: A list of warnings generated during validation.VnetValidationFailureDetailsProperties.withWarnings
(List<VnetValidationTestFailure> warnings) Set the warnings property: A list of warnings generated during validation. -
Uses of VnetValidationTestFailure in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return VnetValidationTestFailureModifier and TypeMethodDescriptionstatic VnetValidationTestFailure
VnetValidationTestFailure.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VnetValidationTestFailure from the JsonReader.VnetValidationTestFailure.withDetails
(String details) Set the details property: The details of what caused the failure, e.g. the blocking rule name, etc.Set the kind property: Kind of resource.VnetValidationTestFailure.withTestName
(String testName) Set the testName property: The name of the test that failed.