Class ConfigurationServiceGitPropertyValidateResult

java.lang.Object
com.azure.resourcemanager.appplatform.models.ConfigurationServiceGitPropertyValidateResult

public final class ConfigurationServiceGitPropertyValidateResult extends Object
Validation result for configuration service settings.
  • Constructor Details

    • ConfigurationServiceGitPropertyValidateResult

      public ConfigurationServiceGitPropertyValidateResult()
  • Method Details

    • isValid

      public Boolean isValid()
      Get the isValid property: Indicate if the configuration service settings are valid.
      Returns:
      the isValid value.
    • withIsValid

      Set the isValid property: Indicate if the configuration service settings are valid.
      Parameters:
      isValid - the isValid value to set.
      Returns:
      the ConfigurationServiceGitPropertyValidateResult object itself.
    • gitReposValidationResult

      public List<ValidationMessages> gitReposValidationResult()
      Get the gitReposValidationResult property: The detail validation results.
      Returns:
      the gitReposValidationResult value.
    • withGitReposValidationResult

      public ConfigurationServiceGitPropertyValidateResult withGitReposValidationResult(List<ValidationMessages> gitReposValidationResult)
      Set the gitReposValidationResult property: The detail validation results.
      Parameters:
      gitReposValidationResult - the gitReposValidationResult value to set.
      Returns:
      the ConfigurationServiceGitPropertyValidateResult object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.