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) |
メソッド
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET