Class VnetValidationTestFailure

java.lang.Object
com.microsoft.azure.ProxyResource
com.microsoft.azure.management.appservice.ProxyOnlyResource
com.microsoft.azure.management.appservice.VnetValidationTestFailure

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

    • VnetValidationTestFailure

      public VnetValidationTestFailure()
  • Method Details

    • 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.