你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IUpdate 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
函数应用更新操作的模板,包含可修改的所有设置。
public interface IUpdate : Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Update.IWithAppServicePlan, Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Update.IWithDailyUsageQuota, Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Update.IWithRuntimeVersion, Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Update.IWithStorageAccount, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<Microsoft.Azure.Management.AppService.Fluent.IFunctionApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IWithAppSettings<Microsoft.Azure.Management.AppService.Fluent.IFunctionApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IWithAuthentication<Microsoft.Azure.Management.AppService.Fluent.IFunctionApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IWithClientAffinityEnabled<Microsoft.Azure.Management.AppService.Fluent.IFunctionApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IWithClientCertEnabled<Microsoft.Azure.Management.AppService.Fluent.IFunctionApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IWithConnectionString<Microsoft.Azure.Management.AppService.Fluent.IFunctionApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IWithDiagnosticLogging<Microsoft.Azure.Management.AppService.Fluent.IFunctionApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IWithHostNameBinding<Microsoft.Azure.Management.AppService.Fluent.IFunctionApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IWithHostNameSslBinding<Microsoft.Azure.Management.AppService.Fluent.IFunctionApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IWithManagedServiceIdentity<Microsoft.Azure.Management.AppService.Fluent.IFunctionApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IWithScmSiteAlsoStopped<Microsoft.Azure.Management.AppService.Fluent.IFunctionApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IWithSiteConfigs<Microsoft.Azure.Management.AppService.Fluent.IFunctionApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IWithSourceControl<Microsoft.Azure.Management.AppService.Fluent.IFunctionApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IWithSystemAssignedIdentityBasedAccess<Microsoft.Azure.Management.AppService.Fluent.IFunctionApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IWithUserAssignedManagedServiceIdentityBasedAccess<Microsoft.Azure.Management.AppService.Fluent.IFunctionApp>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<Microsoft.Azure.Management.AppService.Fluent.IFunctionApp>>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.AppService.Fluent.IFunctionApp>
type IUpdate = interface
interface IUpdate<IFunctionApp>
interface IAppliable<IFunctionApp>
interface IIndexable
interface IUpdateWithTags<IUpdate<IFunctionApp>>
interface IWithClientAffinityEnabled<IFunctionApp>
interface IWithClientCertEnabled<IFunctionApp>
interface IWithScmSiteAlsoStopped<IFunctionApp>
interface IWithSiteConfigs<IFunctionApp>
interface IWithAppSettings<IFunctionApp>
interface IWithConnectionString<IFunctionApp>
interface IWithSourceControl<IFunctionApp>
interface IWithHostNameBinding<IFunctionApp>
interface IWithHostNameSslBinding<IFunctionApp>
interface IWithAuthentication<IFunctionApp>
interface IWithDiagnosticLogging<IFunctionApp>
interface IBeta
interface IWithManagedServiceIdentity<IFunctionApp>
interface IWithSystemAssignedIdentityBasedAccess<IFunctionApp>
interface IWithUserAssignedManagedServiceIdentityBasedAccess<IFunctionApp>
interface IWithAppServicePlan
interface IWithRuntimeVersion
interface IWithStorageAccount
interface IWithDailyUsageQuota
Public Interface IUpdate
Implements IAppliable(Of IFunctionApp), IBeta, IUpdate(Of IFunctionApp), IUpdateWithTags(Of IUpdate(Of IFunctionApp)), IWithAppServicePlan, IWithAppSettings(Of IFunctionApp), IWithAuthentication(Of IFunctionApp), IWithClientAffinityEnabled(Of IFunctionApp), IWithClientCertEnabled(Of IFunctionApp), IWithConnectionString(Of IFunctionApp), IWithDailyUsageQuota, IWithDiagnosticLogging(Of IFunctionApp), IWithHostNameBinding(Of IFunctionApp), IWithHostNameSslBinding(Of IFunctionApp), IWithManagedServiceIdentity(Of IFunctionApp), IWithRuntimeVersion, IWithScmSiteAlsoStopped(Of IFunctionApp), IWithSiteConfigs(Of IFunctionApp), IWithSourceControl(Of IFunctionApp), IWithStorageAccount, IWithSystemAssignedIdentityBasedAccess(Of IFunctionApp), IWithUserAssignedManagedServiceIdentityBasedAccess(Of IFunctionApp)
- 实现
-
IWithAppServicePlan IWithDailyUsageQuota IWithRuntimeVersion IWithStorageAccount IUpdate<IFunctionApp> IWithAppSettings<FluentT> IWithAppSettings<IFunctionApp> IWithAuthentication<FluentT> IWithAuthentication<IFunctionApp> IWithClientAffinityEnabled<FluentT> IWithClientAffinityEnabled<IFunctionApp> IWithClientCertEnabled<FluentT> IWithClientCertEnabled<IFunctionApp> IWithConnectionString<FluentT> IWithConnectionString<IFunctionApp> IWithDiagnosticLogging<FluentT> IWithDiagnosticLogging<IFunctionApp> IWithHostNameBinding<FluentT> IWithHostNameBinding<IFunctionApp> IWithHostNameSslBinding<FluentT> IWithHostNameSslBinding<IFunctionApp> IWithManagedServiceIdentity<FluentT> IWithManagedServiceIdentity<IFunctionApp> IWithScmSiteAlsoStopped<FluentT> IWithScmSiteAlsoStopped<IFunctionApp> IWithSiteConfigs<FluentT> IWithSiteConfigs<IFunctionApp> IWithSourceControl<FluentT> IWithSourceControl<IFunctionApp> IWithSystemAssignedIdentityBasedAccess<FluentT> IWithSystemAssignedIdentityBasedAccess<IFunctionApp> IWithUserAssignedManagedServiceIdentityBasedAccess<FluentT> IWithUserAssignedManagedServiceIdentityBasedAccess<IFunctionApp> IBeta IUpdateWithTags<IUpdate<FluentT>> IUpdateWithTags<IUpdate<IFunctionApp>> IAppliable<FluentT> IAppliable<IFunctionApp> IIndexable
属性
Key |
函数应用更新操作的模板,包含可修改的所有设置。 (继承自 IIndexable) |