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()
Gets the app service plan management API entry point. |
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()
Gets the authorization manager instance. |
App |
certificateOrders()
Gets the certificate order management API entry point. |
App |
certificates()
Gets the certificate management API entry point. |
static Configurable |
configure()
Get a Configurable instance that can be used to create Storage |
Dns |
dnsZoneManager()
Gets the DNS zone manager instance. |
App |
domains()
Gets the app service plan management API entry point. |
Function |
functionApps()
Gets the web app management API entry point. |
Key |
keyVaultManager()
Gets the key vault manager instance. |
Storage |
storageManager()
Gets the storage manager instance. |
Web |
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:
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()
Gets the authorization manager instance.
Returns:
certificateOrders
public AppServiceCertificateOrders certificateOrders()
Gets the certificate order management API entry point.
Returns:
certificates
public AppServiceCertificates certificates()
Gets the certificate management API entry point.
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()
Gets the DNS zone manager instance.
Returns:
domains
public AppServiceDomains domains()
Gets the app service plan management API entry point.
Returns:
functionApps
public FunctionApps functionApps()
Gets the web app management API entry point.
Returns:
keyVaultManager
public KeyVaultManager keyVaultManager()
Gets the key vault manager instance.
Returns:
storageManager
public StorageManager storageManager()
Gets the storage manager instance.
Returns:
webApps
public WebApps webApps()
Gets the web app management API entry point.
Returns: