AppServiceManager Class

public final class AppServiceManager
extends Manager<WebSiteManagementClient>

Entry point to Azure storage resource management.

Method Summary

Modifier and Type Method and Description
AppServicePlans appServicePlans()
static AppServiceManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of StorageManager that exposes storage resource management API entry points.

static AppServiceManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of StorageManager that exposes storage resource management API entry points.

AuthorizationManager authorizationManager()
AppServiceCertificateOrders certificateOrders()
AppServiceCertificates certificates()
static Configurable configure()

Get a Configurable instance that can be used to create StorageManager with optional configuration.

DnsZoneManager dnsZoneManager()
AppServiceDomains domains()
FunctionApps functionApps()
KeyVaultManager keyVaultManager()
StorageManager storageManager()
WebApps webApps()

Methods inherited from Manager

Methods inherited from java.lang.Object

Method Details

appServicePlans

public AppServicePlans appServicePlans()

Returns:

the app service plan management API entry point

authenticate

public static AppServiceManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of StorageManager that exposes storage resource management API entry points.

Parameters:

credential - the credential to use
profile - the profile to use

Returns:

the StorageManager

authenticate

public static AppServiceManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of StorageManager that exposes storage resource management API entry points.

Parameters:

httpPipeline - the HttpPipeline configured with Azure authentication credential.
profile - the profile to use

Returns:

the StorageManager

authorizationManager

public AuthorizationManager authorizationManager()

Returns:

the authorization manager instance.

certificateOrders

public AppServiceCertificateOrders certificateOrders()

Returns:

the certificate order management API entry point

certificates

public AppServiceCertificates certificates()

Returns:

the certificate management API entry point

configure

public static AppServiceManager.Configurable configure()

Get a Configurable instance that can be used to create StorageManager with optional configuration.

Returns:

the instance allowing configurations

dnsZoneManager

public DnsZoneManager dnsZoneManager()

Returns:

the DNS zone manager instance.

domains

public AppServiceDomains domains()

Returns:

the app service plan management API entry point

functionApps

public FunctionApps functionApps()

Returns:

the web app management API entry point

keyVaultManager

public KeyVaultManager keyVaultManager()

Returns:

the key vault manager instance.

storageManager

public StorageManager storageManager()

Returns:

the storage manager instance.

webApps

public WebApps webApps()

Returns:

the web app management API entry point

Applies to