Class ApplicationManager

java.lang.Object
com.azure.resourcemanager.managedapplications.ApplicationManager

public final class ApplicationManager extends Object
Entry point to ApplicationManager. ARM applications.
  • Method Details

    • authenticate

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

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

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

      public ResourceProviders resourceProviders()
      Gets the resource collection API of ResourceProviders.
      Returns:
      Resource collection API of ResourceProviders.
    • applications

      public Applications applications()
      Gets the resource collection API of Applications. It manages Application.
      Returns:
      Resource collection API of Applications.
    • applicationDefinitions

      public ApplicationDefinitions applicationDefinitions()
      Gets the resource collection API of ApplicationDefinitions. It manages ApplicationDefinition.
      Returns:
      Resource collection API of ApplicationDefinitions.
    • serviceClient

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