IUpdate<FluentT> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
月臺更新作業的範本,包含可修改的所有設定。
public interface IUpdate<FluentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IWithAppSettings<FluentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IWithAuthentication<FluentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IWithClientAffinityEnabled<FluentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IWithClientCertEnabled<FluentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IWithConnectionString<FluentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IWithDiagnosticLogging<FluentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IWithHostNameBinding<FluentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IWithHostNameSslBinding<FluentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IWithManagedServiceIdentity<FluentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IWithScmSiteAlsoStopped<FluentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IWithSiteConfigs<FluentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IWithSourceControl<FluentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IWithSystemAssignedIdentityBasedAccess<FluentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IWithUserAssignedManagedServiceIdentityBasedAccess<FluentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT>>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<FluentT>
type IUpdate<'FluentT> = interface
interface IAppliable<'FluentT>
interface IIndexable
interface IUpdateWithTags<IUpdate<'FluentT>>
interface IWithClientAffinityEnabled<'FluentT>
interface IWithClientCertEnabled<'FluentT>
interface IWithScmSiteAlsoStopped<'FluentT>
interface IWithSiteConfigs<'FluentT>
interface IWithAppSettings<'FluentT>
interface IWithConnectionString<'FluentT>
interface IWithSourceControl<'FluentT>
interface IWithHostNameBinding<'FluentT>
interface IWithHostNameSslBinding<'FluentT>
interface IWithAuthentication<'FluentT>
interface IWithDiagnosticLogging<'FluentT>
interface IBeta
interface IWithManagedServiceIdentity<'FluentT>
interface IWithSystemAssignedIdentityBasedAccess<'FluentT>
interface IWithUserAssignedManagedServiceIdentityBasedAccess<'FluentT>
Public Interface IUpdate(Of FluentT)
Implements IAppliable(Of FluentT), IBeta, IUpdateWithTags(Of IUpdate(Of FluentT)), IWithAppSettings(Of FluentT), IWithAuthentication(Of FluentT), IWithClientAffinityEnabled(Of FluentT), IWithClientCertEnabled(Of FluentT), IWithConnectionString(Of FluentT), IWithDiagnosticLogging(Of FluentT), IWithHostNameBinding(Of FluentT), IWithHostNameSslBinding(Of FluentT), IWithManagedServiceIdentity(Of FluentT), IWithScmSiteAlsoStopped(Of FluentT), IWithSiteConfigs(Of FluentT), IWithSourceControl(Of FluentT), IWithSystemAssignedIdentityBasedAccess(Of FluentT), IWithUserAssignedManagedServiceIdentityBasedAccess(Of FluentT)
類型參數
- FluentT
資源類型。
- 衍生
- 實作
-
IWithAppSettings<FluentT> IWithAuthentication<FluentT> IWithClientAffinityEnabled<FluentT> IWithClientCertEnabled<FluentT> IWithConnectionString<FluentT> IWithDiagnosticLogging<FluentT> IWithHostNameBinding<FluentT> IWithHostNameSslBinding<FluentT> IWithManagedServiceIdentity<FluentT> IWithScmSiteAlsoStopped<FluentT> IWithSiteConfigs<FluentT> IWithSourceControl<FluentT> IWithSystemAssignedIdentityBasedAccess<FluentT> IWithUserAssignedManagedServiceIdentityBasedAccess<FluentT> IBeta IUpdateWithTags<IUpdate<FluentT>> IAppliable<FluentT> IIndexable
屬性
Key |
月臺更新作業的範本,包含可修改的所有設定。 (繼承來源 IIndexable) |