Freigeben über


StreamAnalytics.ClustersUpdateViaIdentityWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.ICluster> ClustersUpdateViaIdentityWithResult(string viaIdentity, string ifMatch, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.ICluster body, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.ClustersUpdateViaIdentityWithResult : string * string * Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.ICluster * Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.ICluster>
Public Function ClustersUpdateViaIdentityWithResult (viaIdentity As String, ifMatch As String, body As ICluster, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of ICluster)

Parameters

viaIdentity
String
ifMatch
String
body
ICluster
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to