Freigeben über


AvailableGroundStationCollection.GetAsync(String, CancellationToken) Methode

Definition

Ruft die angegebene verfügbare Bodenstation ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Orbital/availableGroundStations/{groundStationName}
  • Vorgang IdAvailableGroundStations_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Orbital.AvailableGroundStationResource>> GetAsync (string groundStationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Orbital.AvailableGroundStationResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Orbital.AvailableGroundStationResource>>
Public Overridable Function GetAsync (groundStationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AvailableGroundStationResource))

Parameter

groundStationName
String

Name der Bodenstation.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

groundStationName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

groundStationName ist NULL.

Gilt für: