ConfigurationServicesClient Interface

public interface ConfigurationServicesClient

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

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<ConfigurationServiceResourceInner>,ConfigurationServiceResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource)

Create the default Application Configuration Service or update the existing Application Configuration Service.

abstract SyncPoller<PollResult<ConfigurationServiceResourceInner>,ConfigurationServiceResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource, Context context)

Create the default Application Configuration Service or update the existing Application Configuration Service.

abstract PollerFlux<PollResult<ConfigurationServiceResourceInner>,ConfigurationServiceResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource)

Create the default Application Configuration Service or update the existing Application Configuration Service.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceName, String configurationServiceName)

Disable the default Application Configuration Service.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceName, String configurationServiceName, Context context)

Disable the default Application Configuration Service.

abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String serviceName, String configurationServiceName)

Disable the default Application Configuration Service.

abstract SyncPoller<PollResult<ConfigurationServiceSettingsValidateResultInner>,ConfigurationServiceSettingsValidateResultInner> beginValidate(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceSettings settings)

Check if the Application Configuration Service settings are valid.

abstract SyncPoller<PollResult<ConfigurationServiceSettingsValidateResultInner>,ConfigurationServiceSettingsValidateResultInner> beginValidate(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceSettings settings, Context context)

Check if the Application Configuration Service settings are valid.

abstract PollerFlux<PollResult<ConfigurationServiceSettingsValidateResultInner>,ConfigurationServiceSettingsValidateResultInner> beginValidateAsync(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceSettings settings)

Check if the Application Configuration Service settings are valid.

abstract SyncPoller<PollResult<ConfigurationServiceSettingsValidateResultInner>,ConfigurationServiceSettingsValidateResultInner> beginValidateResource(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource)

Check if the Application Configuration Service resource is valid.

abstract SyncPoller<PollResult<ConfigurationServiceSettingsValidateResultInner>,ConfigurationServiceSettingsValidateResultInner> beginValidateResource(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource, Context context)

Check if the Application Configuration Service resource is valid.

abstract PollerFlux<PollResult<ConfigurationServiceSettingsValidateResultInner>,ConfigurationServiceSettingsValidateResultInner> beginValidateResourceAsync(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource)

Check if the Application Configuration Service resource is valid.

abstract ConfigurationServiceResourceInner createOrUpdate(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource)

Create the default Application Configuration Service or update the existing Application Configuration Service.

abstract ConfigurationServiceResourceInner createOrUpdate(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource, Context context)

Create the default Application Configuration Service or update the existing Application Configuration Service.

abstract Mono<ConfigurationServiceResourceInner> createOrUpdateAsync(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource)

Create the default Application Configuration Service or update the existing Application Configuration Service.

abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource)

Create the default Application Configuration Service or update the existing Application Configuration Service.

abstract void delete(String resourceGroupName, String serviceName, String configurationServiceName)

Disable the default Application Configuration Service.

abstract void delete(String resourceGroupName, String serviceName, String configurationServiceName, Context context)

Disable the default Application Configuration Service.

abstract Mono<Void> deleteAsync(String resourceGroupName, String serviceName, String configurationServiceName)

Disable the default Application Configuration Service.

abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String serviceName, String configurationServiceName)

Disable the default Application Configuration Service.

abstract ConfigurationServiceResourceInner get(String resourceGroupName, String serviceName, String configurationServiceName)

Get the Application Configuration Service and its properties.

abstract Mono<ConfigurationServiceResourceInner> getAsync(String resourceGroupName, String serviceName, String configurationServiceName)

Get the Application Configuration Service and its properties.

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

Get the Application Configuration Service and its properties.

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

Get the Application Configuration Service and its properties.

abstract PagedIterable<ConfigurationServiceResourceInner> list(String resourceGroupName, String serviceName)

Handles requests to list all resources in a Service.

abstract PagedIterable<ConfigurationServiceResourceInner> list(String resourceGroupName, String serviceName, Context context)

Handles requests to list all resources in a Service.

abstract PagedFlux<ConfigurationServiceResourceInner> listAsync(String resourceGroupName, String serviceName)

Handles requests to list all resources in a Service.

abstract ConfigurationServiceSettingsValidateResultInner validate(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceSettings settings)

Check if the Application Configuration Service settings are valid.

abstract ConfigurationServiceSettingsValidateResultInner validate(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceSettings settings, Context context)

Check if the Application Configuration Service settings are valid.

abstract Mono<ConfigurationServiceSettingsValidateResultInner> validateAsync(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceSettings settings)

Check if the Application Configuration Service settings are valid.

abstract ConfigurationServiceSettingsValidateResultInner validateResource(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource)

Check if the Application Configuration Service resource is valid.

abstract ConfigurationServiceSettingsValidateResultInner validateResource(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource, Context context)

Check if the Application Configuration Service resource is valid.

abstract Mono<ConfigurationServiceSettingsValidateResultInner> validateResourceAsync(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource)

Check if the Application Configuration Service resource is valid.

abstract Mono<Response<Flux<ByteBuffer>>> validateResourceWithResponseAsync(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource)

Check if the Application Configuration Service resource is valid.

abstract Mono<Response<Flux<ByteBuffer>>> validateWithResponseAsync(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceSettings settings)

Check if the Application Configuration Service settings are valid.

Method Details

beginCreateOrUpdate

public abstract SyncPoller,ConfigurationServiceResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource)

Create the default Application Configuration Service or update the existing Application Configuration Service.

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.
configurationServiceName - The name of Application Configuration Service.
configurationServiceResource - Parameters for the update operation.

Returns:

the SyncPoller<T,U> for polling of application Configuration Service resource.

beginCreateOrUpdate

public abstract SyncPoller,ConfigurationServiceResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource, Context context)

Create the default Application Configuration Service or update the existing Application Configuration Service.

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.
configurationServiceName - The name of Application Configuration Service.
configurationServiceResource - Parameters for the update operation.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of application Configuration Service resource.

beginCreateOrUpdateAsync

public abstract PollerFlux,ConfigurationServiceResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource)

Create the default Application Configuration Service or update the existing Application Configuration Service.

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.
configurationServiceName - The name of Application Configuration Service.
configurationServiceResource - Parameters for the update operation.

Returns:

the PollerFlux<T,U> for polling of application Configuration Service resource.

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String serviceName, String configurationServiceName)

Disable the default Application Configuration Service.

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.
configurationServiceName - The name of Application Configuration Service.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String serviceName, String configurationServiceName, Context context)

Disable the default Application Configuration Service.

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.
configurationServiceName - The name of Application Configuration Service.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDeleteAsync

public abstract PollerFlux,Void> beginDeleteAsync(String resourceGroupName, String serviceName, String configurationServiceName)

Disable the default Application Configuration Service.

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.
configurationServiceName - The name of Application Configuration Service.

Returns:

the PollerFlux<T,U> for polling of long-running operation.

beginValidate

public abstract SyncPoller,ConfigurationServiceSettingsValidateResultInner> beginValidate(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceSettings settings)

Check if the Application Configuration Service 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.
configurationServiceName - The name of Application Configuration Service.
settings - Application Configuration Service settings to be validated.

Returns:

the SyncPoller<T,U> for polling of validation result for configuration service settings.

beginValidate

public abstract SyncPoller,ConfigurationServiceSettingsValidateResultInner> beginValidate(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceSettings settings, Context context)

Check if the Application Configuration Service 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.
configurationServiceName - The name of Application Configuration Service.
settings - Application Configuration Service settings to be validated.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of validation result for configuration service settings.

beginValidateAsync

public abstract PollerFlux,ConfigurationServiceSettingsValidateResultInner> beginValidateAsync(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceSettings settings)

Check if the Application Configuration Service 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.
configurationServiceName - The name of Application Configuration Service.
settings - Application Configuration Service settings to be validated.

Returns:

the PollerFlux<T,U> for polling of validation result for configuration service settings.

beginValidateResource

public abstract SyncPoller,ConfigurationServiceSettingsValidateResultInner> beginValidateResource(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource)

Check if the Application Configuration Service resource is 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.
configurationServiceName - The name of Application Configuration Service.
configurationServiceResource - Application Configuration Service resource to be validated.

Returns:

the SyncPoller<T,U> for polling of validation result for configuration service settings.

beginValidateResource

public abstract SyncPoller,ConfigurationServiceSettingsValidateResultInner> beginValidateResource(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource, Context context)

Check if the Application Configuration Service resource is 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.
configurationServiceName - The name of Application Configuration Service.
configurationServiceResource - Application Configuration Service resource to be validated.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of validation result for configuration service settings.

beginValidateResourceAsync

public abstract PollerFlux,ConfigurationServiceSettingsValidateResultInner> beginValidateResourceAsync(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource)

Check if the Application Configuration Service resource is 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.
configurationServiceName - The name of Application Configuration Service.
configurationServiceResource - Application Configuration Service resource to be validated.

Returns:

the PollerFlux<T,U> for polling of validation result for configuration service settings.

createOrUpdate

public abstract ConfigurationServiceResourceInner createOrUpdate(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource)

Create the default Application Configuration Service or update the existing Application Configuration Service.

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.
configurationServiceName - The name of Application Configuration Service.
configurationServiceResource - Parameters for the update operation.

Returns:

application Configuration Service resource.

createOrUpdate

public abstract ConfigurationServiceResourceInner createOrUpdate(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource, Context context)

Create the default Application Configuration Service or update the existing Application Configuration Service.

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.
configurationServiceName - The name of Application Configuration Service.
configurationServiceResource - Parameters for the update operation.
context - The context to associate with this operation.

Returns:

application Configuration Service resource.

createOrUpdateAsync

public abstract Mono createOrUpdateAsync(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource)

Create the default Application Configuration Service or update the existing Application Configuration Service.

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.
configurationServiceName - The name of Application Configuration Service.
configurationServiceResource - Parameters for the update operation.

Returns:

application Configuration Service resource on successful completion of Mono.

createOrUpdateWithResponseAsync

public abstract Mono>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource)

Create the default Application Configuration Service or update the existing Application Configuration Service.

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.
configurationServiceName - The name of Application Configuration Service.
configurationServiceResource - Parameters for the update operation.

Returns:

application Configuration Service resource along with Response<T> on successful completion of Mono.

delete

public abstract void delete(String resourceGroupName, String serviceName, String configurationServiceName)

Disable the default Application Configuration Service.

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.
configurationServiceName - The name of Application Configuration Service.

delete

public abstract void delete(String resourceGroupName, String serviceName, String configurationServiceName, Context context)

Disable the default Application Configuration Service.

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.
configurationServiceName - The name of Application Configuration Service.
context - The context to associate with this operation.

deleteAsync

public abstract Mono deleteAsync(String resourceGroupName, String serviceName, String configurationServiceName)

Disable the default Application Configuration Service.

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.
configurationServiceName - The name of Application Configuration Service.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponseAsync

public abstract Mono>> deleteWithResponseAsync(String resourceGroupName, String serviceName, String configurationServiceName)

Disable the default Application Configuration Service.

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.
configurationServiceName - The name of Application Configuration Service.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract ConfigurationServiceResourceInner get(String resourceGroupName, String serviceName, String configurationServiceName)

Get the Application Configuration Service 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.
configurationServiceName - The name of Application Configuration Service.

Returns:

the Application Configuration Service and its properties.

getAsync

public abstract Mono getAsync(String resourceGroupName, String serviceName, String configurationServiceName)

Get the Application Configuration Service 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.
configurationServiceName - The name of Application Configuration Service.

Returns:

the Application Configuration Service and its properties on successful completion of Mono.

getWithResponse

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

Get the Application Configuration Service 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.
configurationServiceName - The name of Application Configuration Service.
context - The context to associate with this operation.

Returns:

the Application Configuration Service and its properties along with Response<T>.

getWithResponseAsync

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

Get the Application Configuration Service 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.
configurationServiceName - The name of Application Configuration Service.

Returns:

the Application Configuration Service and its properties along with Response<T> on successful completion of Mono.

list

public abstract PagedIterable list(String resourceGroupName, String serviceName)

Handles requests to list all resources in a Service.

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:

object that includes an array of configuration service resources and a possible link for next set as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(String resourceGroupName, String serviceName, Context context)

Handles requests to list all resources in a Service.

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:

object that includes an array of configuration service resources and a possible link for next set as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux listAsync(String resourceGroupName, String serviceName)

Handles requests to list all resources in a Service.

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:

object that includes an array of configuration service resources and a possible link for next set as paginated response with PagedFlux<T>.

validate

public abstract ConfigurationServiceSettingsValidateResultInner validate(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceSettings settings)

Check if the Application Configuration Service 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.
configurationServiceName - The name of Application Configuration Service.
settings - Application Configuration Service settings to be validated.

Returns:

validation result for configuration service settings.

validate

public abstract ConfigurationServiceSettingsValidateResultInner validate(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceSettings settings, Context context)

Check if the Application Configuration Service 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.
configurationServiceName - The name of Application Configuration Service.
settings - Application Configuration Service settings to be validated.
context - The context to associate with this operation.

Returns:

validation result for configuration service settings.

validateAsync

public abstract Mono validateAsync(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceSettings settings)

Check if the Application Configuration Service 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.
configurationServiceName - The name of Application Configuration Service.
settings - Application Configuration Service settings to be validated.

Returns:

validation result for configuration service settings on successful completion of Mono.

validateResource

public abstract ConfigurationServiceSettingsValidateResultInner validateResource(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource)

Check if the Application Configuration Service resource is 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.
configurationServiceName - The name of Application Configuration Service.
configurationServiceResource - Application Configuration Service resource to be validated.

Returns:

validation result for configuration service settings.

validateResource

public abstract ConfigurationServiceSettingsValidateResultInner validateResource(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource, Context context)

Check if the Application Configuration Service resource is 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.
configurationServiceName - The name of Application Configuration Service.
configurationServiceResource - Application Configuration Service resource to be validated.
context - The context to associate with this operation.

Returns:

validation result for configuration service settings.

validateResourceAsync

public abstract Mono validateResourceAsync(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource)

Check if the Application Configuration Service resource is 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.
configurationServiceName - The name of Application Configuration Service.
configurationServiceResource - Application Configuration Service resource to be validated.

Returns:

validation result for configuration service settings on successful completion of Mono.

validateResourceWithResponseAsync

public abstract Mono>> validateResourceWithResponseAsync(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource)

Check if the Application Configuration Service resource is 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.
configurationServiceName - The name of Application Configuration Service.
configurationServiceResource - Application Configuration Service resource to be validated.

Returns:

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

validateWithResponseAsync

public abstract Mono>> validateWithResponseAsync(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceSettings settings)

Check if the Application Configuration Service 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.
configurationServiceName - The name of Application Configuration Service.
settings - Application Configuration Service settings to be validated.

Returns:

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

Applies to