ApplicationClient Interface

public interface ApplicationClient

The interface for ApplicationClient class.

Method Summary

Modifier and Type Method and Description
abstract String getApiVersion()

Gets Api Version.

abstract ApplicationDefinitionsClient getApplicationDefinitions()

Gets the ApplicationDefinitionsClient object to access its operations.

abstract ApplicationsClient getApplications()

Gets the ApplicationsClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract String getEndpoint()

Gets server parameter.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract JitRequestsClient getJitRequests()

Gets the JitRequestsClient object to access its operations.

abstract ResourceProvidersClient getResourceProviders()

Gets the ResourceProvidersClient object to access its operations.

abstract String getSubscriptionId()

Gets The ID of the target subscription.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getApplicationDefinitions

public abstract ApplicationDefinitionsClient getApplicationDefinitions()

Gets the ApplicationDefinitionsClient object to access its operations.

Returns:

the ApplicationDefinitionsClient object.

getApplications

public abstract ApplicationsClient getApplications()

Gets the ApplicationsClient object to access its operations.

Returns:

the ApplicationsClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getJitRequests

public abstract JitRequestsClient getJitRequests()

Gets the JitRequestsClient object to access its operations.

Returns:

the JitRequestsClient object.

getResourceProviders

public abstract ResourceProvidersClient getResourceProviders()

Gets the ResourceProvidersClient object to access its operations.

Returns:

the ResourceProvidersClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The ID of the target subscription.

Returns:

the subscriptionId value.

Applies to