Interface ConfigurationsClient


public interface ConfigurationsClient
An instance of this class provides access to all the operations defined in ConfigurationsClient.
  • Method Details

    • patchWithResponseAsync

      Mono<com.azure.core.http.rest.Response<ClusterQuotaConfigurationPropertiesInner>> patchWithResponseAsync(String resourceGroupName, String clusterName, ClusterQuotaConfigurationPropertiesInner parameters)
      Replace all specified Event Hubs Cluster settings with those contained in the request body. Leaves the settings not specified in the request body unmodified.
      Parameters:
      resourceGroupName - Name of the resource group within the azure subscription.
      clusterName - The name of the Event Hubs Cluster.
      parameters - Parameters for creating an Event Hubs Cluster resource.
      Returns:
      contains all settings for the cluster.
      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.
    • patchAsync

      Mono<ClusterQuotaConfigurationPropertiesInner> patchAsync(String resourceGroupName, String clusterName, ClusterQuotaConfigurationPropertiesInner parameters)
      Replace all specified Event Hubs Cluster settings with those contained in the request body. Leaves the settings not specified in the request body unmodified.
      Parameters:
      resourceGroupName - Name of the resource group within the azure subscription.
      clusterName - The name of the Event Hubs Cluster.
      parameters - Parameters for creating an Event Hubs Cluster resource.
      Returns:
      contains all settings for the cluster.
      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.
    • patch

      Replace all specified Event Hubs Cluster settings with those contained in the request body. Leaves the settings not specified in the request body unmodified.
      Parameters:
      resourceGroupName - Name of the resource group within the azure subscription.
      clusterName - The name of the Event Hubs Cluster.
      parameters - Parameters for creating an Event Hubs Cluster resource.
      Returns:
      contains all settings for the cluster.
      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.
    • patchWithResponse

      com.azure.core.http.rest.Response<ClusterQuotaConfigurationPropertiesInner> patchWithResponse(String resourceGroupName, String clusterName, ClusterQuotaConfigurationPropertiesInner parameters, com.azure.core.util.Context context)
      Replace all specified Event Hubs Cluster settings with those contained in the request body. Leaves the settings not specified in the request body unmodified.
      Parameters:
      resourceGroupName - Name of the resource group within the azure subscription.
      clusterName - The name of the Event Hubs Cluster.
      parameters - Parameters for creating an Event Hubs Cluster resource.
      context - The context to associate with this operation.
      Returns:
      contains all settings for the cluster.
      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.
    • getWithResponseAsync

      Mono<com.azure.core.http.rest.Response<ClusterQuotaConfigurationPropertiesInner>> getWithResponseAsync(String resourceGroupName, String clusterName)
      Get all Event Hubs Cluster settings - a collection of key/value pairs which represent the quotas and settings imposed on the cluster.
      Parameters:
      resourceGroupName - Name of the resource group within the azure subscription.
      clusterName - The name of the Event Hubs Cluster.
      Returns:
      all Event Hubs Cluster settings - a collection of key/value pairs which represent the quotas and settings imposed on the cluster.
      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<ClusterQuotaConfigurationPropertiesInner> getAsync(String resourceGroupName, String clusterName)
      Get all Event Hubs Cluster settings - a collection of key/value pairs which represent the quotas and settings imposed on the cluster.
      Parameters:
      resourceGroupName - Name of the resource group within the azure subscription.
      clusterName - The name of the Event Hubs Cluster.
      Returns:
      all Event Hubs Cluster settings - a collection of key/value pairs which represent the quotas and settings imposed on the cluster.
      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

      ClusterQuotaConfigurationPropertiesInner get(String resourceGroupName, String clusterName)
      Get all Event Hubs Cluster settings - a collection of key/value pairs which represent the quotas and settings imposed on the cluster.
      Parameters:
      resourceGroupName - Name of the resource group within the azure subscription.
      clusterName - The name of the Event Hubs Cluster.
      Returns:
      all Event Hubs Cluster settings - a collection of key/value pairs which represent the quotas and settings imposed on the cluster.
      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<ClusterQuotaConfigurationPropertiesInner> getWithResponse(String resourceGroupName, String clusterName, com.azure.core.util.Context context)
      Get all Event Hubs Cluster settings - a collection of key/value pairs which represent the quotas and settings imposed on the cluster.
      Parameters:
      resourceGroupName - Name of the resource group within the azure subscription.
      clusterName - The name of the Event Hubs Cluster.
      context - The context to associate with this operation.
      Returns:
      all Event Hubs Cluster settings - a collection of key/value pairs which represent the quotas and settings imposed on the cluster.
      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.