Uses of Class
com.azure.resourcemanager.appplatform.models.ConfigurationServiceGitPropertyValidateResult
Packages that use ConfigurationServiceGitPropertyValidateResult
Package
Description
Package containing the inner data models for AppPlatformManagementClient.
Package containing the data models for AppPlatformManagementClient.
-
Uses of ConfigurationServiceGitPropertyValidateResult in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return ConfigurationServiceGitPropertyValidateResultModifier and TypeMethodDescriptionConfigurationServiceSettingsValidateResultInner.gitPropertyValidationResult()Get the gitPropertyValidationResult property: Validation result for configuration service settings.Methods in com.azure.resourcemanager.appplatform.fluent.models with parameters of type ConfigurationServiceGitPropertyValidateResultModifier and TypeMethodDescriptionConfigurationServiceSettingsValidateResultInner.withGitPropertyValidationResult(ConfigurationServiceGitPropertyValidateResult gitPropertyValidationResult) Set the gitPropertyValidationResult property: Validation result for configuration service settings. -
Uses of ConfigurationServiceGitPropertyValidateResult in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return ConfigurationServiceGitPropertyValidateResultModifier and TypeMethodDescriptionConfigurationServiceGitPropertyValidateResult.withGitReposValidationResult(List<ValidationMessages> gitReposValidationResult) Set the gitReposValidationResult property: The detail validation results.ConfigurationServiceGitPropertyValidateResult.withIsValid(Boolean isValid) Set the isValid property: Indicate if the configuration service settings are valid.