Orbital.ContactsCreateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IContact> ContactsCreateWithResult(string subscriptionId, string resourceGroupName, string spacecraftName, string contactName, Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IContact 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.ContactsCreateWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IContact * 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.IContact>
Public Function ContactsCreateWithResult (subscriptionId As String, resourceGroupName As String, spacecraftName As String, contactName As String, body As IContact, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IContact)

Parameters

subscriptionId
String
resourceGroupName
String
spacecraftName
String
contactName
String
body
IContact
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to