Interface ConfigurationServicesClient
public interface ConfigurationServicesClient
An instance of this class provides access to all the operations defined in ConfigurationServicesClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConfigurationServiceResourceInner>, ConfigurationServiceResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource, com.azure.core.util.Context context) Create the default Application Configuration Service or update the existing Application Configuration Service.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.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.beginDelete(String resourceGroupName, String serviceName, String configurationServiceName) Disable the default Application Configuration Service.beginDelete(String resourceGroupName, String serviceName, String configurationServiceName, com.azure.core.util.Context context) Disable the default Application Configuration Service.beginDeleteAsync(String resourceGroupName, String serviceName, String configurationServiceName) Disable the default Application Configuration Service.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConfigurationServiceSettingsValidateResultInner>, ConfigurationServiceSettingsValidateResultInner> beginValidate(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceSettings settings) Check if the Application Configuration Service settings are valid.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConfigurationServiceSettingsValidateResultInner>, ConfigurationServiceSettingsValidateResultInner> beginValidate(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceSettings settings, com.azure.core.util.Context context) Check if the Application Configuration Service settings are valid.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ConfigurationServiceSettingsValidateResultInner>, ConfigurationServiceSettingsValidateResultInner> beginValidateAsync(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceSettings settings) Check if the Application Configuration Service settings are valid.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConfigurationServiceSettingsValidateResultInner>, ConfigurationServiceSettingsValidateResultInner> beginValidateResource(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource) Check if the Application Configuration Service resource is valid.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConfigurationServiceSettingsValidateResultInner>, ConfigurationServiceSettingsValidateResultInner> beginValidateResource(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource, com.azure.core.util.Context context) Check if the Application Configuration Service resource is valid.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ConfigurationServiceSettingsValidateResultInner>, ConfigurationServiceSettingsValidateResultInner> beginValidateResourceAsync(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource) Check if the Application Configuration Service resource is valid.createOrUpdate(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource) Create the default Application Configuration Service or update the existing Application Configuration Service.createOrUpdate(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource, com.azure.core.util.Context context) Create the default Application Configuration Service or update the existing Application Configuration Service.createOrUpdateAsync(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource) Create the default Application Configuration Service or update the existing Application Configuration Service.Mono<com.azure.core.http.rest.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.voidDisable the default Application Configuration Service.voiddelete(String resourceGroupName, String serviceName, String configurationServiceName, com.azure.core.util.Context context) Disable the default Application Configuration Service.deleteAsync(String resourceGroupName, String serviceName, String configurationServiceName) Disable the default Application Configuration Service.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String serviceName, String configurationServiceName) Disable the default Application Configuration Service.Get the Application Configuration Service and its properties.Get the Application Configuration Service and its properties.com.azure.core.http.rest.Response<ConfigurationServiceResourceInner> getWithResponse(String resourceGroupName, String serviceName, String configurationServiceName, com.azure.core.util.Context context) Get the Application Configuration Service and its properties.Mono<com.azure.core.http.rest.Response<ConfigurationServiceResourceInner>> getWithResponseAsync(String resourceGroupName, String serviceName, String configurationServiceName) Get the Application Configuration Service and its properties.com.azure.core.http.rest.PagedIterable<ConfigurationServiceResourceInner> Handles requests to list all resources in a Service.com.azure.core.http.rest.PagedIterable<ConfigurationServiceResourceInner> Handles requests to list all resources in a Service.com.azure.core.http.rest.PagedFlux<ConfigurationServiceResourceInner> Handles requests to list all resources in a Service.validate(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceSettings settings) Check if the Application Configuration Service settings are valid.validate(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceSettings settings, com.azure.core.util.Context context) Check if the Application Configuration Service settings are valid.validateAsync(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceSettings settings) Check if the Application Configuration Service settings are valid.validateResource(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource) Check if the Application Configuration Service resource is valid.validateResource(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource, com.azure.core.util.Context context) Check if the Application Configuration Service resource is valid.validateResourceAsync(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource) Check if the Application Configuration Service resource is valid.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> validateResourceWithResponseAsync(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource) Check if the Application Configuration Service resource is valid.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> validateWithResponseAsync(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceSettings settings) Check if the Application Configuration Service settings are valid.
-
Method Details
-
getWithResponseAsync
Mono<com.azure.core.http.rest.Response<ConfigurationServiceResourceInner>> 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
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getAsync
Mono<ConfigurationServiceResourceInner> 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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getWithResponse
com.azure.core.http.rest.Response<ConfigurationServiceResourceInner> getWithResponse(String resourceGroupName, String serviceName, String configurationServiceName, com.azure.core.util.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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
get
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.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdateWithResponseAsync
Mono<com.azure.core.http.rest.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.- 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
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginCreateOrUpdateAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.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.- 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
PollerFluxfor polling of application Configuration Service resource. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.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.- 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
SyncPollerfor polling of application Configuration Service resource. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConfigurationServiceResourceInner>,ConfigurationServiceResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource, com.azure.core.util.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
SyncPollerfor polling of application Configuration Service resource. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdateAsync
Mono<ConfigurationServiceResourceInner> 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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdate
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.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdate
ConfigurationServiceResourceInner createOrUpdate(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource, com.azure.core.util.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.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> 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
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDeleteAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,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
PollerFluxfor polling of long-running operation. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,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
SyncPollerfor polling of long-running operation. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceName, String configurationServiceName, com.azure.core.util.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
SyncPollerfor polling of long-running operation. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteAsync
Mono<Void> 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
Monothat completes when a successful response is received. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
delete
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.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
delete
void delete(String resourceGroupName, String serviceName, String configurationServiceName, com.azure.core.util.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.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listAsync
com.azure.core.http.rest.PagedFlux<ConfigurationServiceResourceInner> 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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<ConfigurationServiceResourceInner> 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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<ConfigurationServiceResourceInner> list(String resourceGroupName, String serviceName, com.azure.core.util.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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
validateWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> 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
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginValidateAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ConfigurationServiceSettingsValidateResultInner>,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
PollerFluxfor polling of validation result for configuration service settings. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginValidate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConfigurationServiceSettingsValidateResultInner>,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
SyncPollerfor polling of validation result for configuration service settings. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginValidate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConfigurationServiceSettingsValidateResultInner>,ConfigurationServiceSettingsValidateResultInner> beginValidate(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceSettings settings, com.azure.core.util.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
SyncPollerfor polling of validation result for configuration service settings. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
validateAsync
Mono<ConfigurationServiceSettingsValidateResultInner> 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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
validate
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.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
validate
ConfigurationServiceSettingsValidateResultInner validate(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceSettings settings, com.azure.core.util.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.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
validateResourceWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> 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
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginValidateResourceAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ConfigurationServiceSettingsValidateResultInner>,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
PollerFluxfor polling of validation result for configuration service settings. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginValidateResource
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConfigurationServiceSettingsValidateResultInner>,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
SyncPollerfor polling of validation result for configuration service settings. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginValidateResource
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConfigurationServiceSettingsValidateResultInner>,ConfigurationServiceSettingsValidateResultInner> beginValidateResource(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource, com.azure.core.util.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
SyncPollerfor polling of validation result for configuration service settings. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
validateResourceAsync
Mono<ConfigurationServiceSettingsValidateResultInner> 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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
validateResource
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.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
validateResource
ConfigurationServiceSettingsValidateResultInner validateResource(String resourceGroupName, String serviceName, String configurationServiceName, ConfigurationServiceResourceInner configurationServiceResource, com.azure.core.util.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.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-