你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IFunctionApps 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Web 应用管理 API 的入口点。
public interface IFunctionApps : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.AppService.Fluent.IFunctionApp>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.AppService.Fluent.IFunctionApp>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.AppService.Fluent.IFunctionApp>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.AppService.Fluent.IFunctionApp>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager>
type IFunctionApps = interface
interface IBeta
interface ISupportsCreating<IBlank>
interface ISupportsDeletingById
interface ISupportsListing<IFunctionApp>
interface ISupportsListingByResourceGroup<IFunctionApp>
interface ISupportsGettingByResourceGroup<IFunctionApp>
interface ISupportsGettingById<IFunctionApp>
interface ISupportsDeletingByResourceGroup
interface IHasManager<IAppServiceManager>
interface IHasInner<IWebAppsOperations>
Public Interface IFunctionApps
Implements IBeta, IHasInner(Of IWebAppsOperations), IHasManager(Of IAppServiceManager), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of IFunctionApp), ISupportsGettingByResourceGroup(Of IFunctionApp), ISupportsListing(Of IFunctionApp), ISupportsListingByResourceGroup(Of IFunctionApp)
- 实现
-
ISupportsCreating<IBlank> ISupportsDeletingById ISupportsDeletingByResourceGroup ISupportsGettingById<IFunctionApp> ISupportsGettingByResourceGroup<IFunctionApp> ISupportsListing<IFunctionApp> ISupportsListingByResourceGroup<IFunctionApp> IBeta IHasInner<IWebAppsOperations> IHasManager<IAppServiceManager>
属性
Inner |
Web 应用管理 API 的入口点。 (继承自 IHasInner<T>) |
Manager |
获取此资源类型的管理器客户端类型。 (继承自 IHasManager<ManagerT>) |