Interface AutomationValidationStatus


public interface AutomationValidationStatus
An immutable client-side representation of AutomationValidationStatus.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.security.fluent.models.AutomationValidationStatusInner object.
    Gets the isValid property: Indicates whether the model is valid or not.
    Gets the message property: The validation message.
  • Method Details

    • isValid

      Boolean isValid()
      Gets the isValid property: Indicates whether the model is valid or not.
      Returns:
      the isValid value.
    • message

      String message()
      Gets the message property: The validation message.
      Returns:
      the message value.
    • innerModel

      Gets the inner com.azure.resourcemanager.security.fluent.models.AutomationValidationStatusInner object.
      Returns:
      the inner object.