共用方式為


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()

Gets the app service plan management API entry point.

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()

Gets the authorization manager instance.

AppServiceCertificateOrders certificateOrders()

Gets the certificate order management API entry point.

AppServiceCertificates certificates()

Gets the certificate management API entry point.

static Configurable configure()

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

DnsZoneManager dnsZoneManager()

Gets the DNS zone manager instance.

AppServiceDomains domains()

Gets the app service plan management API entry point.

FunctionApps functionApps()

Gets the web app management API entry point.

KeyVaultManager keyVaultManager()

Gets the key vault manager instance.

StorageManager storageManager()

Gets the storage manager instance.

WebApps webApps()

Gets the web app management API entry point.

Methods inherited from Manager

Methods inherited from java.lang.Object

Method Details

appServicePlans

public AppServicePlans appServicePlans()

Gets the app service plan management API entry point.

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()

Gets the authorization manager instance.

Returns:

the authorization manager instance.

certificateOrders

public AppServiceCertificateOrders certificateOrders()

Gets the certificate order management API entry point.

Returns:

the certificate order management API entry point

certificates

public AppServiceCertificates certificates()

Gets the certificate management API entry point.

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()

Gets the DNS zone manager instance.

Returns:

the DNS zone manager instance.

domains

public AppServiceDomains domains()

Gets the app service plan management API entry point.

Returns:

the app service plan management API entry point

functionApps

public FunctionApps functionApps()

Gets the web app management API entry point.

Returns:

the web app management API entry point

keyVaultManager

public KeyVaultManager keyVaultManager()

Gets the key vault manager instance.

Returns:

the key vault manager instance.

storageManager

public StorageManager storageManager()

Gets the storage manager instance.

Returns:

the storage manager instance.

webApps

public WebApps webApps()

Gets the web app management API entry point.

Returns:

the web app management API entry point

Applies to