Class ConfigurationServiceGitPropertyValidateResult
java.lang.Object
com.azure.resourcemanager.appplatform.models.ConfigurationServiceGitPropertyValidateResult
Validation result for configuration service settings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the gitReposValidationResult property: The detail validation results.isValid()Get the isValid property: Indicate if the configuration service settings are valid.voidvalidate()Validates the instance.withGitReposValidationResult(List<ValidationMessages> gitReposValidationResult) Set the gitReposValidationResult property: The detail validation results.withIsValid(Boolean isValid) Set the isValid property: Indicate if the configuration service settings are valid.
-
Constructor Details
-
ConfigurationServiceGitPropertyValidateResult
public ConfigurationServiceGitPropertyValidateResult()
-
-
Method Details
-
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
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.
-