ConfigurationsClient Interface
public interface ConfigurationsClient
An instance of this class provides access to all the operations defined in ConfigurationsClient.
Method Summary
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:
Returns:
getAsync
public abstract Mono
Get all Event Hubs Cluster settings - a collection of key/value pairs which represent the quotas and settings imposed on the cluster.
Parameters:
Returns:
getWithResponse
public abstract Response
Get all Event Hubs Cluster settings - a collection of key/value pairs which represent the quotas and settings imposed on the cluster.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get all Event Hubs Cluster settings - a collection of key/value pairs which represent the quotas and settings imposed on the cluster.
Parameters:
Returns:
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:
Returns:
patchAsync
public abstract Mono
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:
Returns:
patchWithResponse
public abstract Response
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:
Returns:
patchWithResponseAsync
public abstract Mono
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:
Returns:
Applies to
Azure SDK for Java