Class AstroManager

java.lang.Object
com.azure.resourcemanager.astro.AstroManager

public final class AstroManager extends Object
Entry point to AstroManager.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    The Configurable allowing configurations to be set.
  • Method Summary

    Modifier and Type
    Method
    Description
    authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
    Creates an instance of Astro service API entry point.
    authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile)
    Creates an instance of Astro service API entry point.
    Gets a Configurable instance that can be used to create AstroManager with optional configuration.
    Gets the resource collection API of Operations.
    Gets the resource collection API of Organizations.
    Gets wrapped service client AstroMgmtClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • authenticate

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

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

      public static AstroManager.Configurable configure()
      Gets a Configurable instance that can be used to create AstroManager 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.
    • organizations

      public Organizations organizations()
      Gets the resource collection API of Organizations. It manages OrganizationResource.
      Returns:
      Resource collection API of Organizations.
    • serviceClient

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