public final class AppServiceManager extends Manager<WebSiteManagementClient>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AppServiceManager.Configurable
The interface allowing configurations to be set.
|
| Modifier and Type | Method and Description |
|---|---|
AppServicePlans |
appServicePlans() |
static AppServiceManager |
authenticate(com.azure.core.credential.TokenCredential credential,
com.azure.core.management.profile.AzureProfile profile)
Creates an instance of StorageManager that exposes storage resource management API entry points.
|
com.azure.resourcemanager.authorization.AuthorizationManager |
authorizationManager() |
AppServiceCertificateOrders |
certificateOrders() |
AppServiceCertificates |
certificates() |
static AppServiceManager.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() |
environment, httpPipeline, resourceManager, serviceClient, subscriptionId, withResourceManagerpublic static AppServiceManager.Configurable configure()
public static AppServiceManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
credential - the credential to useprofile - the profile to usepublic com.azure.resourcemanager.authorization.AuthorizationManager authorizationManager()
public KeyVaultManager keyVaultManager()
public StorageManager storageManager()
public DnsZoneManager dnsZoneManager()
public WebApps webApps()
public AppServicePlans appServicePlans()
public AppServiceCertificateOrders certificateOrders()
public AppServiceCertificates certificates()
public AppServiceDomains domains()
public FunctionApps functionApps()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.