Orbital Class

Definition

Low-level API implementation for the Orbital service. Azure Orbital service.

public class Orbital
type Orbital = class
Public Class Orbital
Inheritance
Orbital

Constructors

Name Description
Orbital()

Methods

Name Description
AvailableGroundStationsListByCapability(String, CapabilityParameter, Func<HttpResponseMessage,Task<IAvailableGroundStationListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Returns list of available ground stations.

AvailableGroundStationsListByCapability(String, String, Func<HttpResponseMessage, Task<IAvailableGroundStationListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Returns list of available ground stations.

AvailableGroundStationsListByCapabilityViaIdentity(String, CapabilityParameter, Func<HttpResponseMessage,Task<IAvailableGroundStationListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Returns list of available ground stations.

AvailableGroundStationsListByCapabilityViaIdentity(String, String, Func<HttpResponseMessage,Task<IAvailableGroundStationListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Returns list of available ground stations.

AvailableGroundStationsListByCapabilityViaIdentityWithResult(String, String, IEventListener, ISendAsync)
AvailableGroundStationsListByCapabilityWithResult(String, String, IEventListener, ISendAsync)
ContactProfilesCreateOrUpdate(String, String, String, IContactProfile, Func<HttpResponseMessage,Task<IContactProfile>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

update a contact profile.

ContactProfilesCreateOrUpdate(String, String, String, IContactProfile, Func<HttpResponseMessage,Task<IContactProfile>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates a contact profile.

ContactProfilesCreateOrUpdateViaIdentity(String, IContactProfile, Func<HttpResponseMessage,Task<IContactProfile>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

update a contact profile.

ContactProfilesCreateOrUpdateViaIdentity(String, IContactProfile, Func<HttpResponseMessage,Task<IContactProfile>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates a contact profile.

ContactProfilesCreateOrUpdateViaIdentityWithResult(String, IContactProfile, IEventListener, ISendAsync, SerializationMode)
ContactProfilesCreateOrUpdateViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<IContactProfile>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

update a contact profile.

ContactProfilesCreateOrUpdateViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
ContactProfilesCreateOrUpdateWithResult(String, String, String, IContactProfile, IEventListener, ISendAsync, SerializationMode)
ContactProfilesDelete(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a specified contact profile resource.

ContactProfilesDelete(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a specified contact profile resource.

ContactProfilesDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a specified contact profile resource.

ContactProfilesDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a specified contact profile resource.

ContactProfilesGet(String, String, String, Func<HttpResponseMessage, Task<IContactProfile>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets the specified contact Profile in a specified resource group.

ContactProfilesGet(String, String, String, Func<HttpResponseMessage, Task<IContactProfile>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets the specified contact Profile in a specified resource group.

ContactProfilesGetViaIdentity(String, Func<HttpResponseMessage, Task<IContactProfile>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets the specified contact Profile in a specified resource group.

ContactProfilesGetViaIdentity(String, Func<HttpResponseMessage, Task<IContactProfile>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets the specified contact Profile in a specified resource group.

ContactProfilesGetViaIdentityWithResult(String, IEventListener, ISendAsync)
ContactProfilesGetWithResult(String, String, String, IEventListener, ISendAsync)
ContactProfilesList(String, String, String, Func<HttpResponseMessage, Task<IContactProfileListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Returns list of contact profiles by Resource Group.

ContactProfilesList(String, String, String, Func<HttpResponseMessage, Task<IContactProfileListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Returns list of contact profiles by Resource Group.

ContactProfilesListBySubscription(String, String, Func<HttpResponseMessage, Task<IContactProfileListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Returns list of contact profiles by Subscription.

ContactProfilesListBySubscription(String, String, Func<HttpResponseMessage, Task<IContactProfileListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Returns list of contact profiles by Subscription.

ContactProfilesListBySubscriptionViaIdentity(String, String, Func<HttpResponseMessage, Task<IContactProfileListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Returns list of contact profiles by Subscription.

ContactProfilesListBySubscriptionViaIdentity(String, String, Func<HttpResponseMessage, Task<IContactProfileListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Returns list of contact profiles by Subscription.

ContactProfilesListBySubscriptionViaIdentityWithResult(String, String, IEventListener, ISendAsync)
ContactProfilesListBySubscriptionWithResult(String, String, IEventListener, ISendAsync)
ContactProfilesListViaIdentity(String, String, Func<HttpResponseMessage, Task<IContactProfileListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Returns list of contact profiles by Resource Group.

ContactProfilesListViaIdentity(String, String, Func<HttpResponseMessage, Task<IContactProfileListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Returns list of contact profiles by Resource Group.

ContactProfilesListViaIdentityWithResult(String, String, IEventListener, ISendAsync)
ContactProfilesListWithResult(String, String, String, IEventListener, ISendAsync)
ContactProfilesUpdateTags(String, String, String, ITagsObject, Func<HttpResponseMessage,Task<IContactProfile>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

update the specified contact profile tags.

ContactProfilesUpdateTags(String, String, String, ITagsObject, Func<HttpResponseMessage,Task<IContactProfile>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Updates the specified contact profile tags.

ContactProfilesUpdateTagsViaIdentity(String, ITagsObject, Func<HttpResponseMessage, Task<IContactProfile>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

update the specified contact profile tags.

ContactProfilesUpdateTagsViaIdentity(String, ITagsObject, Func<HttpResponseMessage, Task<IContactProfile>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Updates the specified contact profile tags.

ContactProfilesUpdateTagsViaIdentityWithResult(String, ITagsObject, IEventListener, ISendAsync, SerializationMode)
ContactProfilesUpdateTagsViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<IContactProfile>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

update the specified contact profile tags.

ContactProfilesUpdateTagsViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
ContactProfilesUpdateTagsWithResult(String, String, String, ITagsObject, IEventListener, ISendAsync, SerializationMode)
ContactsCreate(String, String, String, String, IContact, Func<HttpResponseMessage, Task<IContact>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

update a contact.

ContactsCreate(String, String, String, String, IContact, Func<HttpResponseMessage, Task<IContact>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Creates a contact.

ContactsCreateViaIdentity(String, IContact, Func<HttpResponseMessage, Task<IContact>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

update a contact.

ContactsCreateViaIdentity(String, IContact, Func<HttpResponseMessage, Task<IContact>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Creates a contact.

ContactsCreateViaIdentityWithResult(String, IContact, IEventListener, ISendAsync, SerializationMode)
ContactsCreateViaJsonString(String, String, String, String, String, Func<HttpResponseMessage,Task<IContact>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

update a contact.

ContactsCreateViaJsonStringWithResult(String, String, String, String, String, IEventListener, ISendAsync)
ContactsCreateWithResult(String, String, String, String, IContact, IEventListener, ISendAsync, SerializationMode)
ContactsDelete(String, String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a specified contact.

ContactsDelete(String, String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a specified contact.

ContactsDeleteViaIdentity(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Deletes a specified contact.

ContactsDeleteViaIdentity(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Deletes a specified contact.

ContactsGet(String, String, String, String, Func<HttpResponseMessage, Task<IContact>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets the specified contact in a specified resource group.

ContactsGet(String, String, String, String, Func<HttpResponseMessage, Task<IContact>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets the specified contact in a specified resource group.

ContactsGetViaIdentity(String, Func<HttpResponseMessage,Task<IContact>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the specified contact in a specified resource group.

ContactsGetViaIdentity(String, Func<HttpResponseMessage,Task<IContact>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the specified contact in a specified resource group.

ContactsGetViaIdentityWithResult(String, IEventListener, ISendAsync)
ContactsGetWithResult(String, String, String, String, IEventListener, ISendAsync)
ContactsList(String, String, String, String, Func<HttpResponseMessage, Task<IContactListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Returns list of contacts by spacecraftName.

ContactsList(String, String, String, String, Func<HttpResponseMessage, Task<IContactListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Returns list of contacts by spacecraftName.

ContactsListViaIdentity(String, String, Func<HttpResponseMessage, Task<IContactListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Returns list of contacts by spacecraftName.

ContactsListViaIdentity(String, String, Func<HttpResponseMessage, Task<IContactListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Returns list of contacts by spacecraftName.

ContactsListViaIdentityWithResult(String, String, IEventListener, ISendAsync)
ContactsListWithResult(String, String, String, String, IEventListener, ISendAsync)
OperationsList(Func<HttpResponseMessage,Task<IOperationListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all of the available Orbital Rest API operations.

OperationsList(Func<HttpResponseMessage,Task<IOperationListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all of the available Orbital Rest API operations.

OperationsListViaIdentity(String, Func<HttpResponseMessage,Task<IOperationListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all of the available Orbital Rest API operations.

OperationsListViaIdentity(String, Func<HttpResponseMessage,Task<IOperationListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all of the available Orbital Rest API operations.

OperationsListViaIdentityWithResult(String, IEventListener, ISendAsync)
OperationsListWithResult(IEventListener, ISendAsync)
OperationsResultsGet(String, String, String, Func<HttpResponseMessage, Task<IOperationResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Returns operation results.

OperationsResultsGet(String, String, String, Func<HttpResponseMessage, Task<IOperationResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Returns operation results.

OperationsResultsGetViaIdentity(String, Func<HttpResponseMessage, Task<IOperationResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Returns operation results.

OperationsResultsGetViaIdentity(String, Func<HttpResponseMessage, Task<IOperationResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Returns operation results.

OperationsResultsGetViaIdentityWithResult(String, IEventListener, ISendAsync)
OperationsResultsGetWithResult(String, String, String, IEventListener, ISendAsync)
SpacecraftsCreateOrUpdate(String, String, String, ISpacecraft, Func<HttpResponseMessage,Task<ISpacecraft>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

update a spacecraft resource.

SpacecraftsCreateOrUpdate(String, String, String, ISpacecraft, Func<HttpResponseMessage,Task<ISpacecraft>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates a spacecraft resource.

SpacecraftsCreateOrUpdateViaIdentity(String, ISpacecraft, Func<HttpResponseMessage, Task<ISpacecraft>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

update a spacecraft resource.

SpacecraftsCreateOrUpdateViaIdentity(String, ISpacecraft, Func<HttpResponseMessage, Task<ISpacecraft>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Creates or updates a spacecraft resource.

SpacecraftsCreateOrUpdateViaIdentityWithResult(String, ISpacecraft, IEventListener, ISendAsync, SerializationMode)
SpacecraftsCreateOrUpdateViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<ISpacecraft>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

update a spacecraft resource.

SpacecraftsCreateOrUpdateViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
SpacecraftsCreateOrUpdateWithResult(String, String, String, ISpacecraft, IEventListener, ISendAsync, SerializationMode)
SpacecraftsDelete(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a specified spacecraft resource.

SpacecraftsDelete(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a specified spacecraft resource.

SpacecraftsDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a specified spacecraft resource.

SpacecraftsDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a specified spacecraft resource.

SpacecraftsGet(String, String, String, Func<HttpResponseMessage, Task<ISpacecraft>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets the specified spacecraft in a specified resource group.

SpacecraftsGet(String, String, String, Func<HttpResponseMessage, Task<ISpacecraft>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets the specified spacecraft in a specified resource group.

SpacecraftsGetViaIdentity(String, Func<HttpResponseMessage,Task<ISpacecraft>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the specified spacecraft in a specified resource group.

SpacecraftsGetViaIdentity(String, Func<HttpResponseMessage,Task<ISpacecraft>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the specified spacecraft in a specified resource group.

SpacecraftsGetViaIdentityWithResult(String, IEventListener, ISendAsync)
SpacecraftsGetWithResult(String, String, String, IEventListener, ISendAsync)
SpacecraftsList(String, String, String, Func<HttpResponseMessage, Task<ISpacecraftListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Returns list of spacecrafts by resource group.

SpacecraftsList(String, String, String, Func<HttpResponseMessage, Task<ISpacecraftListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Returns list of spacecrafts by resource group.

SpacecraftsListAvailableContacts(String, String, String, IContactParameters, Func<HttpResponseMessage,Task<IAvailableContactsListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Returns list of available contacts. A contact is available if the spacecraft is visible from the ground station for more than the minimum viable contact duration provided in the contact profile.

SpacecraftsListAvailableContacts(String, String, String, IContactParameters, Func<HttpResponseMessage,Task<IAvailableContactsListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Returns list of available contacts. A contact is available if the spacecraft is visible from the ground station for more than the minimum viable contact duration provided in the contact profile.

SpacecraftsListAvailableContactsViaIdentity(String, IContactParameters, Func<HttpResponseMessage,Task<IAvailableContactsListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Returns list of available contacts. A contact is available if the spacecraft is visible from the ground station for more than the minimum viable contact duration provided in the contact profile.

SpacecraftsListAvailableContactsViaIdentity(String, IContactParameters, Func<HttpResponseMessage,Task<IAvailableContactsListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Returns list of available contacts. A contact is available if the spacecraft is visible from the ground station for more than the minimum viable contact duration provided in the contact profile.

SpacecraftsListAvailableContactsViaIdentityWithResult(String, IContactParameters, IEventListener, ISendAsync, SerializationMode)
SpacecraftsListAvailableContactsViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<IAvailableContactsListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Returns list of available contacts. A contact is available if the spacecraft is visible from the ground station for more than the minimum viable contact duration provided in the contact profile.

SpacecraftsListAvailableContactsViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
SpacecraftsListAvailableContactsWithResult(String, String, String, IContactParameters, IEventListener, ISendAsync, SerializationMode)
SpacecraftsListBySubscription(String, String, Func<HttpResponseMessage, Task<ISpacecraftListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Returns list of spacecrafts by subscription.

SpacecraftsListBySubscription(String, String, Func<HttpResponseMessage, Task<ISpacecraftListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Returns list of spacecrafts by subscription.

SpacecraftsListBySubscriptionViaIdentity(String, String, Func<HttpResponseMessage, Task<ISpacecraftListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Returns list of spacecrafts by subscription.

SpacecraftsListBySubscriptionViaIdentity(String, String, Func<HttpResponseMessage, Task<ISpacecraftListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Returns list of spacecrafts by subscription.

SpacecraftsListBySubscriptionViaIdentityWithResult(String, String, IEventListener, ISendAsync)
SpacecraftsListBySubscriptionWithResult(String, String, IEventListener, ISendAsync)
SpacecraftsListViaIdentity(String, String, Func<HttpResponseMessage, Task<ISpacecraftListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Returns list of spacecrafts by resource group.

SpacecraftsListViaIdentity(String, String, Func<HttpResponseMessage, Task<ISpacecraftListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Returns list of spacecrafts by resource group.

SpacecraftsListViaIdentityWithResult(String, String, IEventListener, ISendAsync)
SpacecraftsListWithResult(String, String, String, IEventListener, ISendAsync)
SpacecraftsUpdateTags(String, String, String, ITagsObject, Func<HttpResponseMessage, Task<ISpacecraft>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

update the specified spacecraft tags.

SpacecraftsUpdateTags(String, String, String, ITagsObject, Func<HttpResponseMessage, Task<ISpacecraft>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Updates the specified spacecraft tags.

SpacecraftsUpdateTagsViaIdentity(String, ITagsObject, Func<HttpResponseMessage, Task<ISpacecraft>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

update the specified spacecraft tags.

SpacecraftsUpdateTagsViaIdentity(String, ITagsObject, Func<HttpResponseMessage, Task<ISpacecraft>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Updates the specified spacecraft tags.

SpacecraftsUpdateTagsViaIdentityWithResult(String, ITagsObject, IEventListener, ISendAsync, SerializationMode)
SpacecraftsUpdateTagsViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<ISpacecraft>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

update the specified spacecraft tags.

SpacecraftsUpdateTagsViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
SpacecraftsUpdateTagsWithResult(String, String, String, ITagsObject, IEventListener, ISendAsync, SerializationMode)

Applies to