AppServiceManager Class
- java.
lang. Object - com.
azure. resourcemanager. resources. fluentcore. arm. Manager<InnerT> - com.
azure. resourcemanager. appservice. AppServiceManager
- com.
- com.
public final class AppServiceManager
extends Manager<WebSiteManagementClient>
Entry point to Azure storage resource management.
Method Summary
Modifier and Type | Method and Description |
---|---|
App |
appServicePlans() |
static
App |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Storage |
static
App |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Storage |
Authorization |
authorizationManager() |
App |
certificateOrders() |
App |
certificates() |
static Configurable |
configure()
Get a Configurable instance that can be used to create Storage |
Dns |
dnsZoneManager() |
App |
domains() |
Function |
functionApps() |
Key |
keyVaultManager() |
Storage |
storageManager() |
Web |
webApps() |
Methods inherited from Manager
Methods inherited from java.lang.Object
Method Details
appServicePlans
public AppServicePlans appServicePlans()
Returns:
authenticate
public static AppServiceManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of StorageManager that exposes storage resource management API entry points.
Parameters:
Returns:
authenticate
public static AppServiceManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of StorageManager that exposes storage resource management API entry points.
Parameters:
Returns:
authorizationManager
public AuthorizationManager authorizationManager()
Returns:
certificateOrders
public AppServiceCertificateOrders certificateOrders()
Returns:
certificates
public AppServiceCertificates certificates()
Returns:
configure
public static AppServiceManager.Configurable configure()
Get a Configurable instance that can be used to create StorageManager with optional configuration.
Returns:
dnsZoneManager
public DnsZoneManager dnsZoneManager()
Returns:
domains
public AppServiceDomains domains()
Returns:
functionApps
public FunctionApps functionApps()
Returns:
keyVaultManager
public KeyVaultManager keyVaultManager()
Returns:
storageManager
public StorageManager storageManager()
Returns:
webApps
public WebApps webApps()
Returns:
Applies to
Azure SDK for Java