EventHub.ConfigurationPatchWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IClusterQuotaConfigurationProperties> ConfigurationPatchWithResult(string subscriptionId, string resourceGroupName, string clusterName, Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IClusterQuotaConfigurationProperties body, Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SerializationMode.IncludeUpdate);
member this.ConfigurationPatchWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IClusterQuotaConfigurationProperties * Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IClusterQuotaConfigurationProperties>
Public Function ConfigurationPatchWithResult (subscriptionId As String, resourceGroupName As String, clusterName As String, body As IClusterQuotaConfigurationProperties, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SerializationMode.IncludeUpdate) As Task(Of IClusterQuotaConfigurationProperties)

Parameters

subscriptionId
String
resourceGroupName
String
clusterName
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to