ConfigurationsClient Interface

public interface ConfigurationsClient

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

Method Summary

Modifier and Type Method and Description
abstract 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.

abstract 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.

abstract Response<ClusterQuotaConfigurationPropertiesInner> getWithResponse(String resourceGroupName, String clusterName, Context context)

Get all Event Hubs Cluster settings - a collection of key/value pairs which represent the quotas and settings imposed on the cluster.

abstract Mono<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.

abstract ClusterQuotaConfigurationPropertiesInner patch(String resourceGroupName, String clusterName, ClusterQuotaConfigurationPropertiesInner parameters)

Replace all specified Event Hubs Cluster settings with those contained in the request body.

abstract Mono<ClusterQuotaConfigurationPropertiesInner> patchAsync(String resourceGroupName, String clusterName, ClusterQuotaConfigurationPropertiesInner parameters)

Replace all specified Event Hubs Cluster settings with those contained in the request body.

abstract Response<ClusterQuotaConfigurationPropertiesInner> patchWithResponse(String resourceGroupName, String clusterName, ClusterQuotaConfigurationPropertiesInner parameters, Context context)

Replace all specified Event Hubs Cluster settings with those contained in the request body.

abstract Mono<Response<ClusterQuotaConfigurationPropertiesInner>> patchWithResponseAsync(String resourceGroupName, String clusterName, ClusterQuotaConfigurationPropertiesInner parameters)

Replace all specified Event Hubs Cluster settings with those contained in the request body.

Method Details

get

public abstract 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.

getAsync

public abstract Mono 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 on successful completion of Mono.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String clusterName, 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 along with Response<T>.

getWithResponseAsync

public abstract Mono> 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 along with Response<T> on successful completion of Mono.

patch

public abstract ClusterQuotaConfigurationPropertiesInner patch(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.

patchAsync

public abstract Mono 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 on successful completion of Mono.

patchWithResponse

public abstract Response patchWithResponse(String resourceGroupName, String clusterName, ClusterQuotaConfigurationPropertiesInner parameters, 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 along with Response<T>.

patchWithResponseAsync

public abstract Mono> 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 along with Response<T> on successful completion of Mono.

Applies to