ApplicationManager Class

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

public final class ApplicationManager

Entry point to ApplicationManager. ARM applications.

Method Summary

Modifier and Type Method and Description
ApplicationDefinitions applicationDefinitions()

Gets the resource collection API of ApplicationDefinitions.

Applications applications()

Gets the resource collection API of Applications.

static ApplicationManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of Application service API entry point.

static ApplicationManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of Application service API entry point.

static Configurable configure()

Gets a Configurable instance that can be used to create ApplicationManager with optional configuration.

JitRequests jitRequests()

Gets the resource collection API of JitRequests.

ResourceProviders resourceProviders()

Gets the resource collection API of ResourceProviders.

ApplicationClient serviceClient()

Gets wrapped service client ApplicationClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Methods inherited from java.lang.Object

Method Details

applicationDefinitions

public ApplicationDefinitions applicationDefinitions()

Gets the resource collection API of ApplicationDefinitions. It manages ApplicationDefinition.

Returns:

Resource collection API of ApplicationDefinitions.

applications

public Applications applications()

Gets the resource collection API of Applications. It manages Application.

Returns:

Resource collection API of Applications.

authenticate

public static ApplicationManager authenticate(HttpPipeline httpPipeline, 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.

authenticate

public static ApplicationManager authenticate(TokenCredential credential, 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.

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.

jitRequests

public JitRequests jitRequests()

Gets the resource collection API of JitRequests. It manages JitRequestDefinition.

Returns:

Resource collection API of JitRequests.

resourceProviders

public ResourceProviders resourceProviders()

Gets the resource collection API of ResourceProviders.

Returns:

Resource collection API of ResourceProviders.

serviceClient

public ApplicationClient serviceClient()

Gets wrapped service client ApplicationClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Returns:

Wrapped service client ApplicationClient.

Applies to