ConfigServersClient Interface
public interface ConfigServersClient
An instance of this class provides access to all the operations defined in ConfigServersClient.
Method Summary
Method Details
beginUpdatePatch
public abstract SyncPoller
Update the config server.
Parameters:
Returns:
beginUpdatePatch
public abstract SyncPoller
Update the config server.
Parameters:
Returns:
beginUpdatePatchAsync
public abstract PollerFlux
Update the config server.
Parameters:
Returns:
beginUpdatePut
public abstract SyncPoller
Update the config server.
Parameters:
Returns:
beginUpdatePut
public abstract SyncPoller
Update the config server.
Parameters:
Returns:
beginUpdatePutAsync
public abstract PollerFlux
Update the config server.
Parameters:
Returns:
beginValidate
public abstract SyncPoller
Check if the config server settings are valid.
Parameters:
Returns:
beginValidate
public abstract SyncPoller
Check if the config server settings are valid.
Parameters:
Returns:
beginValidateAsync
public abstract PollerFlux
Check if the config server settings are valid.
Parameters:
Returns:
get
public abstract ConfigServerResourceInner get(String resourceGroupName, String serviceName)
Get the config server and its properties.
Parameters:
Returns:
getAsync
public abstract Mono
Get the config server and its properties.
Parameters:
Returns:
getWithResponse
public abstract Response
Get the config server and its properties.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get the config server and its properties.
Parameters:
Returns:
updatePatch
public abstract ConfigServerResourceInner updatePatch(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource)
Update the config server.
Parameters:
Returns:
updatePatch
public abstract ConfigServerResourceInner updatePatch(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource, Context context)
Update the config server.
Parameters:
Returns:
updatePatchAsync
public abstract Mono
Update the config server.
Parameters:
Returns:
updatePatchWithResponseAsync
public abstract Mono
Update the config server.
Parameters:
Returns:
updatePut
public abstract ConfigServerResourceInner updatePut(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource)
Update the config server.
Parameters:
Returns:
updatePut
public abstract ConfigServerResourceInner updatePut(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource, Context context)
Update the config server.
Parameters:
Returns:
updatePutAsync
public abstract Mono
Update the config server.
Parameters:
Returns:
updatePutWithResponseAsync
public abstract Mono
Update the config server.
Parameters:
Returns:
validate
public abstract ConfigServerSettingsValidateResultInner validate(String resourceGroupName, String serviceName, ConfigServerSettings configServerSettings)
Check if the config server settings are valid.
Parameters:
Returns:
validate
public abstract ConfigServerSettingsValidateResultInner validate(String resourceGroupName, String serviceName, ConfigServerSettings configServerSettings, Context context)
Check if the config server settings are valid.
Parameters:
Returns:
validateAsync
public abstract Mono
Check if the config server settings are valid.
Parameters:
Returns:
validateWithResponseAsync
public abstract Mono
Check if the config server settings are valid.
Parameters:
Returns:
Applies to
Azure SDK for Java