Partager via


AvailableGroundStationCollection.GetAsync(String, CancellationToken) Méthode

Définition

Obtient la station terrestre disponible spécifiée.

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.Orbital/availableGroundStations/{groundStationName}
  • IdAvailableGroundStations_Get d’opération
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))

Paramètres

groundStationName
String

Nom de la station terrestre.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

groundStationName est une chaîne vide et devait être non vide.

groundStationName a la valeur null.

S’applique à