次の方法で共有


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

定義

仮想マシン拡張機能定義の最初のステージ。

public interface IBlank<ParentT> : Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.UpdateDefinition.IWithImageOrPublisher<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.UpdateDefinition.IWithPublisher<ParentT>
type IBlank<'ParentT> = interface
    interface IWithImageOrPublisher<'ParentT>
    interface IWithPublisher<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithImageOrPublisher(Of ParentT), IWithPublisher(Of ParentT)

型パラメーター

ParentT

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

派生
実装

メソッド

WithImage(IVirtualMachineExtensionImage)

使用する仮想マシン拡張機能イメージを指定します。

(継承元 IWithImageOrPublisher<ParentT>)
WithPublisher(String)

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

(継承元 IWithPublisher<ParentT>)

適用対象