ConfigurationOperationsExtensions.Patch Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Replace all specified Event Hubs Cluster settings with those contained in the request body. Leaves the settings not specified in the request body unmodified.
public static Microsoft.Azure.Management.EventHub.Models.ClusterQuotaConfigurationProperties Patch (this Microsoft.Azure.Management.EventHub.IConfigurationOperations operations, string resourceGroupName, string clusterName, System.Collections.Generic.IDictionary<string,string> settings = default);
static member Patch : Microsoft.Azure.Management.EventHub.IConfigurationOperations * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.EventHub.Models.ClusterQuotaConfigurationProperties
<Extension()>
Public Function Patch (operations As IConfigurationOperations, resourceGroupName As String, clusterName As String, Optional settings As IDictionary(Of String, String) = Nothing) As ClusterQuotaConfigurationProperties
Parameters
- operations
- IConfigurationOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of the resource group within the azure subscription.
- clusterName
- String
The name of the Event Hubs Cluster.
- settings
- IDictionary<String,String>
All possible Cluster settings - a collection of key/value paired settings which apply to quotas and configurations imposed on the cluster.
Returns
Applies to
Azure SDK for .NET