Class AppServiceManager
- java.lang.Object
-
- com.azure.resourcemanager.resources.fluentcore.arm.Manager<WebSiteManagementClient>
-
- com.azure.resourcemanager.appservice.AppServiceManager
-
- All Implemented Interfaces:
HasServiceClient<WebSiteManagementClient>
public final class AppServiceManager extends Manager<WebSiteManagementClient>
Entry point to Azure storage resource management.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAppServiceManager.ConfigurableThe interface allowing configurations to be set.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AppServicePlansappServicePlans()static AppServiceManagerauthenticate(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.AuthorizationManagerauthorizationManager()AppServiceCertificateOrderscertificateOrders()AppServiceCertificatescertificates()static AppServiceManager.Configurableconfigure()Get a Configurable instance that can be used to create StorageManager with optional configuration.DnsZoneManagerdnsZoneManager()AppServiceDomainsdomains()FunctionAppsfunctionApps()KeyVaultManagerkeyVaultManager()StorageManagerstorageManager()WebAppswebApps()-
Methods inherited from class com.azure.resourcemanager.resources.fluentcore.arm.Manager
environment, httpPipeline, resourceManager, serviceClient, subscriptionId, withResourceManager
-
-
-
-
Method Detail
-
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
-
authenticate
public 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.- Parameters:
credential- the credential to useprofile- the profile to use- Returns:
- the StorageManager
-
authorizationManager
public com.azure.resourcemanager.authorization.AuthorizationManager authorizationManager()
- Returns:
- the authorization manager instance.
-
keyVaultManager
public KeyVaultManager keyVaultManager()
- Returns:
- the key vault manager instance.
-
storageManager
public StorageManager storageManager()
- Returns:
- the storage manager instance.
-
dnsZoneManager
public DnsZoneManager dnsZoneManager()
- Returns:
- the DNS zone manager instance.
-
webApps
public WebApps webApps()
- Returns:
- the web app management API entry point
-
appServicePlans
public AppServicePlans appServicePlans()
- Returns:
- the app service plan management API entry point
-
certificateOrders
public AppServiceCertificateOrders certificateOrders()
- Returns:
- the certificate order management API entry point
-
certificates
public AppServiceCertificates certificates()
- Returns:
- the certificate management API entry point
-
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
-
-