ConfigServersClient Interface

public interface ConfigServersClient

An instance of this class provides access to all the operations defined in ConfigServersClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<ConfigServerResourceInner>,ConfigServerResourceInner> beginUpdatePatch(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource)

Update the config server.

abstract SyncPoller<PollResult<ConfigServerResourceInner>,ConfigServerResourceInner> beginUpdatePatch(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource, Context context)

Update the config server.

abstract PollerFlux<PollResult<ConfigServerResourceInner>,ConfigServerResourceInner> beginUpdatePatchAsync(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource)

Update the config server.

abstract SyncPoller<PollResult<ConfigServerResourceInner>,ConfigServerResourceInner> beginUpdatePut(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource)

Update the config server.

abstract SyncPoller<PollResult<ConfigServerResourceInner>,ConfigServerResourceInner> beginUpdatePut(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource, Context context)

Update the config server.

abstract PollerFlux<PollResult<ConfigServerResourceInner>,ConfigServerResourceInner> beginUpdatePutAsync(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource)

Update the config server.

abstract SyncPoller<PollResult<ConfigServerSettingsValidateResultInner>,ConfigServerSettingsValidateResultInner> beginValidate(String resourceGroupName, String serviceName, ConfigServerSettings configServerSettings)

Check if the config server settings are valid.

abstract SyncPoller<PollResult<ConfigServerSettingsValidateResultInner>,ConfigServerSettingsValidateResultInner> beginValidate(String resourceGroupName, String serviceName, ConfigServerSettings configServerSettings, Context context)

Check if the config server settings are valid.

abstract PollerFlux<PollResult<ConfigServerSettingsValidateResultInner>,ConfigServerSettingsValidateResultInner> beginValidateAsync(String resourceGroupName, String serviceName, ConfigServerSettings configServerSettings)

Check if the config server settings are valid.

abstract ConfigServerResourceInner get(String resourceGroupName, String serviceName)

Get the config server and its properties.

abstract Mono<ConfigServerResourceInner> getAsync(String resourceGroupName, String serviceName)

Get the config server and its properties.

abstract Response<ConfigServerResourceInner> getWithResponse(String resourceGroupName, String serviceName, Context context)

Get the config server and its properties.

abstract Mono<Response<ConfigServerResourceInner>> getWithResponseAsync(String resourceGroupName, String serviceName)

Get the config server and its properties.

abstract ConfigServerResourceInner updatePatch(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource)

Update the config server.

abstract ConfigServerResourceInner updatePatch(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource, Context context)

Update the config server.

abstract Mono<ConfigServerResourceInner> updatePatchAsync(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource)

Update the config server.

abstract Mono<Response<Flux<ByteBuffer>>> updatePatchWithResponseAsync(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource)

Update the config server.

abstract ConfigServerResourceInner updatePut(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource)

Update the config server.

abstract ConfigServerResourceInner updatePut(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource, Context context)

Update the config server.

abstract Mono<ConfigServerResourceInner> updatePutAsync(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource)

Update the config server.

abstract Mono<Response<Flux<ByteBuffer>>> updatePutWithResponseAsync(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource)

Update the config server.

abstract ConfigServerSettingsValidateResultInner validate(String resourceGroupName, String serviceName, ConfigServerSettings configServerSettings)

Check if the config server settings are valid.

abstract ConfigServerSettingsValidateResultInner validate(String resourceGroupName, String serviceName, ConfigServerSettings configServerSettings, Context context)

Check if the config server settings are valid.

abstract Mono<ConfigServerSettingsValidateResultInner> validateAsync(String resourceGroupName, String serviceName, ConfigServerSettings configServerSettings)

Check if the config server settings are valid.

abstract Mono<Response<Flux<ByteBuffer>>> validateWithResponseAsync(String resourceGroupName, String serviceName, ConfigServerSettings configServerSettings)

Check if the config server settings are valid.

Method Details

beginUpdatePatch

public abstract SyncPoller,ConfigServerResourceInner> beginUpdatePatch(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource)

Update the config server.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
configServerResource - Parameters for the update operation.

Returns:

the SyncPoller<T,U> for polling of config Server resource.

beginUpdatePatch

public abstract SyncPoller,ConfigServerResourceInner> beginUpdatePatch(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource, Context context)

Update the config server.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
configServerResource - Parameters for the update operation.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of config Server resource.

beginUpdatePatchAsync

public abstract PollerFlux,ConfigServerResourceInner> beginUpdatePatchAsync(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource)

Update the config server.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
configServerResource - Parameters for the update operation.

Returns:

the PollerFlux<T,U> for polling of config Server resource.

beginUpdatePut

public abstract SyncPoller,ConfigServerResourceInner> beginUpdatePut(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource)

Update the config server.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
configServerResource - Parameters for the update operation.

Returns:

the SyncPoller<T,U> for polling of config Server resource.

beginUpdatePut

public abstract SyncPoller,ConfigServerResourceInner> beginUpdatePut(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource, Context context)

Update the config server.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
configServerResource - Parameters for the update operation.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of config Server resource.

beginUpdatePutAsync

public abstract PollerFlux,ConfigServerResourceInner> beginUpdatePutAsync(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource)

Update the config server.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
configServerResource - Parameters for the update operation.

Returns:

the PollerFlux<T,U> for polling of config Server resource.

beginValidate

public abstract SyncPoller,ConfigServerSettingsValidateResultInner> beginValidate(String resourceGroupName, String serviceName, ConfigServerSettings configServerSettings)

Check if the config server settings are valid.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
configServerSettings - Config server settings to be validated.

Returns:

the SyncPoller<T,U> for polling of validation result for config server settings.

beginValidate

public abstract SyncPoller,ConfigServerSettingsValidateResultInner> beginValidate(String resourceGroupName, String serviceName, ConfigServerSettings configServerSettings, Context context)

Check if the config server settings are valid.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
configServerSettings - Config server settings to be validated.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of validation result for config server settings.

beginValidateAsync

public abstract PollerFlux,ConfigServerSettingsValidateResultInner> beginValidateAsync(String resourceGroupName, String serviceName, ConfigServerSettings configServerSettings)

Check if the config server settings are valid.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
configServerSettings - Config server settings to be validated.

Returns:

the PollerFlux<T,U> for polling of validation result for config server settings.

get

public abstract ConfigServerResourceInner get(String resourceGroupName, String serviceName)

Get the config server and its properties.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.

Returns:

the config server and its properties.

getAsync

public abstract Mono getAsync(String resourceGroupName, String serviceName)

Get the config server and its properties.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.

Returns:

the config server and its properties on successful completion of Mono.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String serviceName, Context context)

Get the config server and its properties.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
context - The context to associate with this operation.

Returns:

the config server and its properties along with Response<T>.

getWithResponseAsync

public abstract Mono> getWithResponseAsync(String resourceGroupName, String serviceName)

Get the config server and its properties.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.

Returns:

the config server and its properties along with Response<T> on successful completion of Mono.

updatePatch

public abstract ConfigServerResourceInner updatePatch(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource)

Update the config server.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
configServerResource - Parameters for the update operation.

Returns:

config Server resource.

updatePatch

public abstract ConfigServerResourceInner updatePatch(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource, Context context)

Update the config server.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
configServerResource - Parameters for the update operation.
context - The context to associate with this operation.

Returns:

config Server resource.

updatePatchAsync

public abstract Mono updatePatchAsync(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource)

Update the config server.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
configServerResource - Parameters for the update operation.

Returns:

config Server resource on successful completion of Mono.

updatePatchWithResponseAsync

public abstract Mono>> updatePatchWithResponseAsync(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource)

Update the config server.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
configServerResource - Parameters for the update operation.

Returns:

config Server resource along with Response<T> on successful completion of Mono.

updatePut

public abstract ConfigServerResourceInner updatePut(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource)

Update the config server.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
configServerResource - Parameters for the update operation.

Returns:

config Server resource.

updatePut

public abstract ConfigServerResourceInner updatePut(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource, Context context)

Update the config server.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
configServerResource - Parameters for the update operation.
context - The context to associate with this operation.

Returns:

config Server resource.

updatePutAsync

public abstract Mono updatePutAsync(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource)

Update the config server.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
configServerResource - Parameters for the update operation.

Returns:

config Server resource on successful completion of Mono.

updatePutWithResponseAsync

public abstract Mono>> updatePutWithResponseAsync(String resourceGroupName, String serviceName, ConfigServerResourceInner configServerResource)

Update the config server.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
configServerResource - Parameters for the update operation.

Returns:

config Server resource along with Response<T> on successful completion of Mono.

validate

public abstract ConfigServerSettingsValidateResultInner validate(String resourceGroupName, String serviceName, ConfigServerSettings configServerSettings)

Check if the config server settings are valid.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
configServerSettings - Config server settings to be validated.

Returns:

validation result for config server settings.

validate

public abstract ConfigServerSettingsValidateResultInner validate(String resourceGroupName, String serviceName, ConfigServerSettings configServerSettings, Context context)

Check if the config server settings are valid.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
configServerSettings - Config server settings to be validated.
context - The context to associate with this operation.

Returns:

validation result for config server settings.

validateAsync

public abstract Mono validateAsync(String resourceGroupName, String serviceName, ConfigServerSettings configServerSettings)

Check if the config server settings are valid.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
configServerSettings - Config server settings to be validated.

Returns:

validation result for config server settings on successful completion of Mono.

validateWithResponseAsync

public abstract Mono>> validateWithResponseAsync(String resourceGroupName, String serviceName, ConfigServerSettings configServerSettings)

Check if the config server settings are valid.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
configServerSettings - Config server settings to be validated.

Returns:

validation result for config server settings along with Response<T> on successful completion of Mono.

Applies to