次の方法で共有


IWithPublisher<ParentT> インターフェイス

定義

この拡張機能のベースとなる仮想マシン拡張機能イメージの発行元を指定できる仮想マシン拡張機能定義のステージ。

public interface IWithPublisher<ParentT>
type IWithPublisher<'ParentT> = interface
Public Interface IWithPublisher(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻る親の更新のステージ。

派生

メソッド

WithPublisher(String)

仮想マシン拡張機能イメージの発行元の名前を指定します。

適用対象