IWithAttach<ParentT> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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>) |