Compartilhar via


AvailableGroundStationCollection.GetAll 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.Pageable<Azure.ResourceManager.Orbital.AvailableGroundStationResource> GetAll (Azure.ResourceManager.Orbital.Models.GroundStationCapability capability, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Azure.ResourceManager.Orbital.Models.GroundStationCapability * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Orbital.AvailableGroundStationResource>
override this.GetAll : Azure.ResourceManager.Orbital.Models.GroundStationCapability * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Orbital.AvailableGroundStationResource>
Public Overridable Function GetAll (capability As GroundStationCapability, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AvailableGroundStationResource)

Parâmetros

capability
GroundStationCapability

Capacidade da Estação Terrestre.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a