Class OrbitalManager

java.lang.Object
com.azure.resourcemanager.orbital.OrbitalManager

public final class OrbitalManager extends Object
Entry point to OrbitalManager. Azure Orbital service.
  • Method Details

    • authenticate

      public static OrbitalManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of orbital service API entry point.
      Parameters:
      credential - the credential to use.
      profile - the Azure profile for client.
      Returns:
      the orbital service API instance.
    • authenticate

      public static OrbitalManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of orbital service API entry point.
      Parameters:
      httpPipeline - the HttpPipeline configured with Azure authentication credential.
      profile - the Azure profile for client.
      Returns:
      the orbital service API instance.
    • configure

      public static OrbitalManager.Configurable configure()
      Gets a Configurable instance that can be used to create OrbitalManager with optional configuration.
      Returns:
      the Configurable instance allowing configurations.
    • operations

      public Operations operations()
      Gets the resource collection API of Operations.
      Returns:
      Resource collection API of Operations.
    • spacecrafts

      public Spacecrafts spacecrafts()
      Gets the resource collection API of Spacecrafts. It manages Spacecraft.
      Returns:
      Resource collection API of Spacecrafts.
    • contacts

      public Contacts contacts()
      Gets the resource collection API of Contacts. It manages Contact.
      Returns:
      Resource collection API of Contacts.
    • contactProfiles

      public ContactProfiles contactProfiles()
      Gets the resource collection API of ContactProfiles. It manages ContactProfile.
      Returns:
      Resource collection API of ContactProfiles.
    • availableGroundStations

      public AvailableGroundStations availableGroundStations()
      Gets the resource collection API of AvailableGroundStations.
      Returns:
      Resource collection API of AvailableGroundStations.
    • operationsResults

      public OperationsResults operationsResults()
      Gets the resource collection API of OperationsResults.
      Returns:
      Resource collection API of OperationsResults.
    • serviceClient

      public AzureOrbital serviceClient()
      Returns:
      Wrapped service client AzureOrbital providing direct access to the underlying auto-generated API implementation, based on Azure REST API.