次の方法で共有


AvailableGroundStationCollection.GetAll メソッド

定義

使用可能な地上局の一覧を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Orbital/availableGroundStations
  • 操作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)

パラメーター

capability
GroundStationCapability

地上局の機能。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の AvailableGroundStationResource サービス要求を受け取る可能性がある のコレクション。

適用対象