Class VnetValidationTestFailure


  • public class VnetValidationTestFailure
    extends ProxyOnlyResource
    A class that describes a test that failed during NSG and UDR validation.
    • Constructor Detail

      • VnetValidationTestFailure

        public VnetValidationTestFailure()
    • Method Detail

      • testName

        public String testName()
        Get the name of the test that failed.
        Returns:
        the testName value
      • withTestName

        public VnetValidationTestFailure withTestName​(String testName)
        Set the name of the test that failed.
        Parameters:
        testName - the testName value to set
        Returns:
        the VnetValidationTestFailure object itself.
      • details

        public String details()
        Get the details of what caused the failure, e.g. the blocking rule name, etc.
        Returns:
        the details value
      • withDetails

        public VnetValidationTestFailure withDetails​(String details)
        Set the details of what caused the failure, e.g. the blocking rule name, etc.
        Parameters:
        details - the details value to set
        Returns:
        the VnetValidationTestFailure object itself.