Orbital.SpacecraftsCreateOrUpdateWithResult Method

Definition

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

Parameters

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

Returns

Applies to