Freigeben über


AvailableGroundStationCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren AvailableGroundStationResource Vorgänge darstellt. Jedes AvailableGroundStationResource in der Auflistung gehört zum gleichen instance von SubscriptionResource. Um eine AvailableGroundStationCollection instance rufen Sie die GetAvailableGroundStations-Methode aus einer instance von aufSubscriptionResource.

public class AvailableGroundStationCollection : Azure.ResourceManager.ArmCollection
type AvailableGroundStationCollection = class
    inherit ArmCollection
Public Class AvailableGroundStationCollection
Inherits ArmCollection
Vererbung
AvailableGroundStationCollection

Konstruktoren

AvailableGroundStationCollection()

Initialisiert eine neue instance der -Klasse für die AvailableGroundStationCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Orbital/availableGroundStations/{groundStationName}
  • Vorgangs-IdAvailableGroundStations_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Orbital/availableGroundStations/{groundStationName}
  • Vorgangs-IdAvailableGroundStations_Get
Get(String, CancellationToken)

Ruft die angegebene verfügbare Bodenstation ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Orbital/availableGroundStations/{groundStationName}
  • Vorgangs-IdAvailableGroundStations_Get
GetAll(GroundStationCapability, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Orbital/availableGroundStations
  • Vorgangs-IdAvailableGroundStations_ListByCapability
GetAllAsync(GroundStationCapability, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Orbital/availableGroundStations
  • Vorgangs-IdAvailableGroundStations_ListByCapability
GetAsync(String, CancellationToken)

Ruft die angegebene verfügbare Bodenstation ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Orbital/availableGroundStations/{groundStationName}
  • Vorgangs-IdAvailableGroundStations_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Gilt für: