Freigeben über


AvailableGroundStationCollection.GetAllAsync Methode

Definition

Gibt eine Liste der verfügbaren Bodenstationen zurück.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Orbital/availableGroundStations
  • Vorgang IdAvailableGroundStations_ListByCapability
public virtual Azure.AsyncPageable<Azure.ResourceManager.Orbital.AvailableGroundStationResource> GetAllAsync (Azure.ResourceManager.Orbital.Models.GroundStationCapability capability, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Azure.ResourceManager.Orbital.Models.GroundStationCapability * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Orbital.AvailableGroundStationResource>
override this.GetAllAsync : Azure.ResourceManager.Orbital.Models.GroundStationCapability * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Orbital.AvailableGroundStationResource>
Public Overridable Function GetAllAsync (capability As GroundStationCapability, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AvailableGroundStationResource)

Parameter

capability
GroundStationCapability

Bodenstationsfunktion.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der AvailableGroundStationResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: