Freigeben über


OrbitalExtensions.GetAvailableGroundStation Methode

Definition

Ruft die angegebene verfügbare Bodenstation ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Orbital/availableGroundStations/{groundStationName}
  • Vorgang IdAvailableGroundStations_Get
public static Azure.Response<Azure.ResourceManager.Orbital.AvailableGroundStationResource> GetAvailableGroundStation (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string groundStationName, System.Threading.CancellationToken cancellationToken = default);
static member GetAvailableGroundStation : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Orbital.AvailableGroundStationResource>
<Extension()>
Public Function GetAvailableGroundStation (subscriptionResource As SubscriptionResource, groundStationName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AvailableGroundStationResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

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: