Delen via


OrbitalExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.Orbital.

public static class OrbitalExtensions
type OrbitalExtensions = class
Public Module OrbitalExtensions
Inheritance
OrbitalExtensions

Methods

GetAvailableGroundStation(SubscriptionResource, String, CancellationToken)

Gets the specified available ground station.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Orbital/availableGroundStations/{groundStationName}
  • Operation Id: AvailableGroundStations_Get
  • Default Api Version: 2022-03-01
  • Resource: AvailableGroundStationResource
GetAvailableGroundStationAsync(SubscriptionResource, String, CancellationToken)

Gets the specified available ground station.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Orbital/availableGroundStations/{groundStationName}
  • Operation Id: AvailableGroundStations_Get
  • Default Api Version: 2022-03-01
  • Resource: AvailableGroundStationResource
GetAvailableGroundStationResource(ArmClient, ResourceIdentifier)

Gets an object representing an AvailableGroundStationResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create an AvailableGroundStationResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAvailableGroundStationResource(ResourceIdentifier) instead.

GetAvailableGroundStations(SubscriptionResource)

Gets a collection of AvailableGroundStationResources in the SubscriptionResource. MockingTo mock this method, please mock GetAvailableGroundStations() instead.

GetOrbitalContactProfile(ResourceGroupResource, String, CancellationToken)

Gets the specified contact Profile in a specified resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Orbital/contactProfiles/{contactProfileName}
  • Operation Id: ContactProfiles_Get
  • Default Api Version: 2022-03-01
  • Resource: OrbitalContactProfileResource
GetOrbitalContactProfileAsync(ResourceGroupResource, String, CancellationToken)

Gets the specified contact Profile in a specified resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Orbital/contactProfiles/{contactProfileName}
  • Operation Id: ContactProfiles_Get
  • Default Api Version: 2022-03-01
  • Resource: OrbitalContactProfileResource
GetOrbitalContactProfileResource(ArmClient, ResourceIdentifier)

Gets an object representing an OrbitalContactProfileResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an OrbitalContactProfileResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetOrbitalContactProfileResource(ResourceIdentifier) instead.

GetOrbitalContactProfiles(ResourceGroupResource)

Gets a collection of OrbitalContactProfileResources in the ResourceGroupResource. MockingTo mock this method, please mock GetOrbitalContactProfiles() instead.

GetOrbitalContactProfiles(SubscriptionResource, String, CancellationToken)

Returns list of contact profiles by Subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Orbital/contactProfiles
  • Operation Id: ContactProfiles_ListBySubscription
  • Default Api Version: 2022-03-01
  • Resource: OrbitalContactProfileResource
GetOrbitalContactProfilesAsync(SubscriptionResource, String, CancellationToken)

Returns list of contact profiles by Subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Orbital/contactProfiles
  • Operation Id: ContactProfiles_ListBySubscription
  • Default Api Version: 2022-03-01
  • Resource: OrbitalContactProfileResource
GetOrbitalContactResource(ArmClient, ResourceIdentifier)

Gets an object representing an OrbitalContactResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create an OrbitalContactResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetOrbitalContactResource(ResourceIdentifier) instead.

GetOrbitalSpacecraft(ResourceGroupResource, String, CancellationToken)

Gets the specified spacecraft in a specified resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Orbital/spacecrafts/{spacecraftName}
  • Operation Id: Spacecrafts_Get
  • Default Api Version: 2022-03-01
  • Resource: OrbitalSpacecraftResource
GetOrbitalSpacecraftAsync(ResourceGroupResource, String, CancellationToken)

Gets the specified spacecraft in a specified resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Orbital/spacecrafts/{spacecraftName}
  • Operation Id: Spacecrafts_Get
  • Default Api Version: 2022-03-01
  • Resource: OrbitalSpacecraftResource
GetOrbitalSpacecraftResource(ArmClient, ResourceIdentifier)

Gets an object representing an OrbitalSpacecraftResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an OrbitalSpacecraftResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetOrbitalSpacecraftResource(ResourceIdentifier) instead.

GetOrbitalSpacecrafts(ResourceGroupResource)

Gets a collection of OrbitalSpacecraftResources in the ResourceGroupResource. MockingTo mock this method, please mock GetOrbitalSpacecrafts() instead.

GetOrbitalSpacecrafts(SubscriptionResource, String, CancellationToken)

Returns list of spacecrafts by subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Orbital/spacecrafts
  • Operation Id: Spacecrafts_ListBySubscription
  • Default Api Version: 2022-03-01
  • Resource: OrbitalSpacecraftResource
GetOrbitalSpacecraftsAsync(SubscriptionResource, String, CancellationToken)

Returns list of spacecrafts by subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Orbital/spacecrafts
  • Operation Id: Spacecrafts_ListBySubscription
  • Default Api Version: 2022-03-01
  • Resource: OrbitalSpacecraftResource

Applies to