Uses of Class
com.azure.resourcemanager.appplatform.models.ConfigServerGitProperty
-
Packages that use ConfigServerGitProperty Package Description com.azure.resourcemanager.appplatform.fluent Package containing the service clients for AppPlatformManagementClient.com.azure.resourcemanager.appplatform.models Package containing the data models for AppPlatformManagementClient. -
-
Uses of ConfigServerGitProperty in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent with parameters of type ConfigServerGitProperty Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConfigServerSettingsValidateResultInner>,ConfigServerSettingsValidateResultInner>ConfigServersClient. beginValidate(String resourceGroupName, String serviceName, ConfigServerGitProperty gitProperty)Check if the config server settings are valid.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConfigServerSettingsValidateResultInner>,ConfigServerSettingsValidateResultInner>ConfigServersClient. beginValidate(String resourceGroupName, String serviceName, ConfigServerGitProperty gitProperty, com.azure.core.util.Context context)Check if the config server settings are valid.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ConfigServerSettingsValidateResultInner>,ConfigServerSettingsValidateResultInner>ConfigServersClient. beginValidateAsync(String resourceGroupName, String serviceName, ConfigServerGitProperty gitProperty)Check if the config server settings are valid.ConfigServerSettingsValidateResultInnerConfigServersClient. validate(String resourceGroupName, String serviceName, ConfigServerGitProperty gitProperty)Check if the config server settings are valid.ConfigServerSettingsValidateResultInnerConfigServersClient. validate(String resourceGroupName, String serviceName, ConfigServerGitProperty gitProperty, com.azure.core.util.Context context)Check if the config server settings are valid.Mono<ConfigServerSettingsValidateResultInner>ConfigServersClient. validateAsync(String resourceGroupName, String serviceName, ConfigServerGitProperty gitProperty)Check if the config server settings are valid.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>ConfigServersClient. validateWithResponseAsync(String resourceGroupName, String serviceName, ConfigServerGitProperty gitProperty)Check if the config server settings are valid. -
Uses of ConfigServerGitProperty in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return ConfigServerGitProperty Modifier and Type Method Description ConfigServerGitPropertyConfigServerSettings. gitProperty()Get the gitProperty property: Property of git environment.ConfigServerGitPropertyConfigServerGitProperty. withHostKey(String hostKey)Set the hostKey property: Public sshKey of git repository.ConfigServerGitPropertyConfigServerGitProperty. withHostKeyAlgorithm(String hostKeyAlgorithm)Set the hostKeyAlgorithm property: SshKey algorithm of git repository.ConfigServerGitPropertyConfigServerGitProperty. withLabel(String label)Set the label property: Label of the repository.ConfigServerGitPropertyConfigServerGitProperty. withPassword(String password)Set the password property: Password of git repository basic auth.ConfigServerGitPropertyConfigServerGitProperty. withPrivateKey(String privateKey)Set the privateKey property: Private sshKey algorithm of git repository.ConfigServerGitPropertyConfigServerGitProperty. withRepositories(List<GitPatternRepository> repositories)Set the repositories property: Repositories of git.ConfigServerGitPropertyConfigServerGitProperty. withSearchPaths(List<String> searchPaths)Set the searchPaths property: Searching path of the repository.ConfigServerGitPropertyConfigServerGitProperty. withStrictHostKeyChecking(Boolean strictHostKeyChecking)Set the strictHostKeyChecking property: Strict host key checking or not.ConfigServerGitPropertyConfigServerGitProperty. withUri(String uri)Set the uri property: URI of the repository.ConfigServerGitPropertyConfigServerGitProperty. withUsername(String username)Set the username property: Username of git repository basic auth.Methods in com.azure.resourcemanager.appplatform.models with parameters of type ConfigServerGitProperty Modifier and Type Method Description SpringService.DefinitionStages.WithCreateSpringService.DefinitionStages.WithConfiguration. withGitConfig(ConfigServerGitProperty gitConfig)Specifies the git repository for the spring service.SpringService.UpdateSpringService.UpdateStages.WithConfiguration. withGitConfig(ConfigServerGitProperty gitConfig)Specifies the git repository for the spring service.ConfigServerSettingsConfigServerSettings. withGitProperty(ConfigServerGitProperty gitProperty)Set the gitProperty property: Property of git environment.
-