Partilhar via


AvailableGroundStationCollection.GetAllAsync Método

Definição

Retorna a lista de estações terrestres disponíveis.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.Orbital/availableGroundStations
  • Operação 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)

Parâmetros

capability
GroundStationCapability

Capacidade da Estação Terrestre.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção assíncrona de AvailableGroundStationResource que pode levar várias solicitações de serviço para iterar.

Aplica-se a