AppServiceManager Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Entry point to Azure app service management.
public class AppServiceManager : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Manager<Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient>, Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IManager<Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient>
type AppServiceManager = class
inherit Manager<IWebSiteManagementClient>
interface IAppServiceManager
interface IManager<IWebSiteManagementClient>
interface IHasInner<IWebSiteManagementClient>
interface IManagerBase
interface IBeta
Public Class AppServiceManager
Inherits Manager(Of IWebSiteManagementClient)
Implements IAppServiceManager, IBeta, IHasInner(Of IWebSiteManagementClient), IManager(Of IWebSiteManagementClient)
- Inheritance
- Implements
Constructors
AppServiceManager(RestClient, String, String) |
Properties
AppServiceCertificateOrders | |
AppServiceCertificates | |
AppServiceDomains | |
AppServicePlans | |
FunctionApps | |
GraphRbacManager | |
Inner | (Inherited from Manager<InnerT>) |
KeyVaultManager | |
ResourceManager | (Inherited from ManagerBase) |
RestClient | (Inherited from Manager<InnerT>) |
StorageManager | |
SubscriptionId | (Inherited from ManagerBase) |
WebApps |
Methods
Authenticate(AzureCredentials, String) | |
Authenticate(RestClient, String, String) | |
Configure() |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET