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.
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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.