OrbitalExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
|
GetAvailableGroundStationAsync(SubscriptionResource, String, CancellationToken) |
Gets the specified available ground station.
|
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.
|
GetOrbitalContactProfileAsync(ResourceGroupResource, String, CancellationToken) |
Gets the specified contact Profile in a specified resource group.
|
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.
|
GetOrbitalContactProfilesAsync(SubscriptionResource, String, CancellationToken) |
Returns list of contact profiles by Subscription.
|
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.
|
GetOrbitalSpacecraftAsync(ResourceGroupResource, String, CancellationToken) |
Gets the specified spacecraft in a specified resource group.
|
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.
|
GetOrbitalSpacecraftsAsync(SubscriptionResource, String, CancellationToken) |
Returns list of spacecrafts by subscription.
|
Applies to
Azure SDK for .NET