Freigeben über


StreamAnalytics.ClustersCreateOrUpdateViaIdentityWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.ICluster> ClustersCreateOrUpdateViaIdentityWithResult(string viaIdentity, string ifMatch, string ifNoneMatch, 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.ClustersCreateOrUpdateViaIdentityWithResult : string * 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 ClustersCreateOrUpdateViaIdentityWithResult (viaIdentity As String, ifMatch As String, ifNoneMatch 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
ifNoneMatch
String
body
ICluster
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to