Orbital.ContactsGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IContact> ContactsGetWithResult(string subscriptionId, string resourceGroupName, string spacecraftName, string contactName, Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.ISendAsync sender);
member this.ContactsGetWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IContact>
Public Function ContactsGetWithResult (subscriptionId As String, resourceGroupName As String, spacecraftName As String, contactName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IContact)

Parameters

subscriptionId
String
resourceGroupName
String
spacecraftName
String
contactName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to