Uses of Class
com.azure.resourcemanager.appservice.models.VnetValidationTestFailure
-
Packages that use VnetValidationTestFailure Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 VnetValidationTestFailure Modifier and Type Method Description List<VnetValidationTestFailure>VnetValidationFailureDetailsInner. failedTests()Get the failedTests property: A list of tests that failed in the validation.List<VnetValidationTestFailure>VnetValidationFailureDetailsProperties. failedTests()Get the failedTests property: A list of tests that failed in the validation.List<VnetValidationTestFailure>VnetValidationFailureDetailsInner. warnings()Get the warnings property: A list of warnings generated during validation.List<VnetValidationTestFailure>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 VnetValidationTestFailure Modifier and Type Method Description VnetValidationFailureDetailsInnerVnetValidationFailureDetailsInner. withFailedTests(List<VnetValidationTestFailure> failedTests)Set the failedTests property: A list of tests that failed in the validation.VnetValidationFailureDetailsPropertiesVnetValidationFailureDetailsProperties. withFailedTests(List<VnetValidationTestFailure> failedTests)Set the failedTests property: A list of tests that failed in the validation.VnetValidationFailureDetailsInnerVnetValidationFailureDetailsInner. withWarnings(List<VnetValidationTestFailure> warnings)Set the warnings property: A list of warnings generated during validation.VnetValidationFailureDetailsPropertiesVnetValidationFailureDetailsProperties. 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 VnetValidationTestFailure Modifier and Type Method Description VnetValidationTestFailureVnetValidationTestFailure. withDetails(String details)Set the details property: The details of what caused the failure, e.g.VnetValidationTestFailureVnetValidationTestFailure. withKind(String kind)Set the kind property: Kind of resource.VnetValidationTestFailureVnetValidationTestFailure. withTestName(String testName)Set the testName property: The name of the test that failed.
-