Freigeben über


MonitoringSolutions.SolutionsCreateOrUpdateViaIdentityWithResult Method

Definition

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

Parameters

viaIdentity
String
body
ISolution
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to