共用方式為


IWithAttach<ParentT> 介面

定義

Web 應用程式原始檔控制定義的最後一個階段。 在這個階段中,您可以指定任何剩餘的選擇性設定,或使用 WithAttach.attach () 將 Web 應用程式原始檔控制定義附加至父 Web 應用程式更新。

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IWithAttach<'ParentT> = interface
    interface IInUpdate<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInUpdate(Of ParentT)

類型參數

ParentT

WithAttach.attach () 的傳回型別。

衍生
實作

方法

Attach()

Web 應用程式原始檔控制定義的最後一個階段。 在這個階段中,您可以指定任何剩餘的選擇性設定,或使用 WithAttach.attach () 將 Web 應用程式原始檔控制定義附加至父 Web 應用程式更新。

(繼承來源 IInUpdate<ParentT>)

適用於