Orbital.AvailableGroundStationsListByCapabilityViaIdentityWithResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IAvailableGroundStationListResult> AvailableGroundStationsListByCapabilityViaIdentityWithResult(string viaIdentity, string capability, Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.ISendAsync sender);
member this.AvailableGroundStationsListByCapabilityViaIdentityWithResult : 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.IAvailableGroundStationListResult>
Public Function AvailableGroundStationsListByCapabilityViaIdentityWithResult (viaIdentity As String, capability As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IAvailableGroundStationListResult)
Parameters
- viaIdentity
- String
- capability
- String
- eventListener
- IEventListener
- sender
- ISendAsync