Uses of Class
com.azure.resourcemanager.appplatform.models.ConfigServerSettings
Packages that use ConfigServerSettings
Package
Description
Package containing the service clients for AppPlatformManagementClient.
Package containing the data models for AppPlatformManagementClient.
-
Uses of ConfigServerSettings in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent with parameters of type ConfigServerSettingsModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConfigServerSettingsValidateResultInner>, ConfigServerSettingsValidateResultInner> ConfigServersClient.beginValidate(String resourceGroupName, String serviceName, ConfigServerSettings configServerSettings) 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, ConfigServerSettings configServerSettings, 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, ConfigServerSettings configServerSettings) Check if the config server settings are valid.ConfigServersClient.validate(String resourceGroupName, String serviceName, ConfigServerSettings configServerSettings) Check if the config server settings are valid.ConfigServersClient.validate(String resourceGroupName, String serviceName, ConfigServerSettings configServerSettings, com.azure.core.util.Context context) Check if the config server settings are valid.ConfigServersClient.validateAsync(String resourceGroupName, String serviceName, ConfigServerSettings configServerSettings) Check if the config server settings are valid.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> ConfigServersClient.validateWithResponseAsync(String resourceGroupName, String serviceName, ConfigServerSettings configServerSettings) Check if the config server settings are valid. -
Uses of ConfigServerSettings in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return ConfigServerSettingsModifier and TypeMethodDescriptionConfigServerProperties.configServer()Get the configServer property: Settings of config server.static ConfigServerSettingsConfigServerSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConfigServerSettings from the JsonReader.ConfigServerSettings.withGitProperty(ConfigServerGitProperty gitProperty) Set the gitProperty property: Property of git environment.Methods in com.azure.resourcemanager.appplatform.models with parameters of type ConfigServerSettingsModifier and TypeMethodDescriptionConfigServerProperties.withConfigServer(ConfigServerSettings configServer) Set the configServer property: Settings of config server.