Class AzureStackManager

java.lang.Object
com.azure.resourcemanager.azurestack.AzureStackManager

public final class AzureStackManager extends Object
Entry point to AzureStackManager. Azure Stack.
  • Method Details

    • authenticate

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

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

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

      public CloudManifestFiles cloudManifestFiles()
      Gets the resource collection API of CloudManifestFiles.
      Returns:
      Resource collection API of CloudManifestFiles.
    • deploymentLicenses

      public DeploymentLicenses deploymentLicenses()
      Gets the resource collection API of DeploymentLicenses.
      Returns:
      Resource collection API of DeploymentLicenses.
    • customerSubscriptions

      public CustomerSubscriptions customerSubscriptions()
      Gets the resource collection API of CustomerSubscriptions. It manages CustomerSubscription.
      Returns:
      Resource collection API of CustomerSubscriptions.
    • products

      public Products products()
      Gets the resource collection API of Products.
      Returns:
      Resource collection API of Products.
    • registrations

      public Registrations registrations()
      Gets the resource collection API of Registrations. It manages Registration.
      Returns:
      Resource collection API of Registrations.
    • serviceClient

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