Class AppServiceManager
java.lang.Object
com.azure.resourcemanager.resources.fluentcore.arm.Manager<WebSiteManagementClient>
com.azure.resourcemanager.appservice.AppServiceManager
- All Implemented Interfaces:
com.azure.resourcemanager.resources.fluentcore.model.HasServiceClient<WebSiteManagementClient>
public final class AppServiceManager
extends com.azure.resourcemanager.resources.fluentcore.arm.Manager<WebSiteManagementClient>
Entry point to Azure storage resource management.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThe interface allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionGets the app service plan management API entry point.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.static AppServiceManagerauthenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of StorageManager that exposes storage resource management API entry points.com.azure.resourcemanager.authorization.AuthorizationManagerGets the authorization manager instance.Gets the certificate order management API entry point.Gets the certificate management API entry point.Get a Configurable instance that can be used to create StorageManager with optional configuration.com.azure.resourcemanager.dns.DnsZoneManagerGets the DNS zone manager instance.domains()Gets the app service plan management API entry point.Gets the web app management API entry point.Gets the key vault manager instance.com.azure.resourcemanager.storage.StorageManagerGets the storage manager instance.webApps()Gets the web app management API entry point.Methods inherited from class com.azure.resourcemanager.resources.fluentcore.arm.Manager
environment, httpPipeline, resourceManager, serviceClient, subscriptionId, withResourceManager
-
Method Details
-
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
-
authenticate
public static AppServiceManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of StorageManager that exposes storage resource management API entry points.- Parameters:
httpPipeline- theHttpPipelineconfigured with Azure authentication credential.profile- the profile to use- Returns:
- the StorageManager
-
authorizationManager
public com.azure.resourcemanager.authorization.AuthorizationManager authorizationManager()Gets the authorization manager instance.- Returns:
- the authorization manager instance.
-
keyVaultManager
Gets the key vault manager instance.- Returns:
- the key vault manager instance.
-
storageManager
public com.azure.resourcemanager.storage.StorageManager storageManager()Gets the storage manager instance.- Returns:
- the storage manager instance.
-
dnsZoneManager
public com.azure.resourcemanager.dns.DnsZoneManager dnsZoneManager()Gets the DNS zone manager instance.- Returns:
- the DNS zone manager instance.
-
webApps
Gets the web app management API entry point.- Returns:
- the web app management API entry point
-
appServicePlans
Gets the app service plan management API entry point.- Returns:
- the app service plan management API entry point
-
certificateOrders
Gets the certificate order management API entry point.- Returns:
- the certificate order management API entry point
-
certificates
Gets the certificate management API entry point.- Returns:
- the certificate management API entry point
-
domains
Gets the app service plan management API entry point.- Returns:
- the app service plan management API entry point
-
functionApps
Gets the web app management API entry point.- Returns:
- the web app management API entry point
-