次の方法で共有


IWithBootDiagnostics インターフェイス

定義

ブート 診断を有効にできる仮想マシン定義のステージ。

public interface IWithBootDiagnostics
type IWithBootDiagnostics = interface
Public Interface IWithBootDiagnostics
派生

メソッド

WithBootDiagnostics()

仮想マシンでブート 診断を有効にする必要があることを指定します。

WithBootDiagnostics(ICreatable<IStorageAccount>)

仮想マシンでブート 診断を有効にする必要があることを指定します。

WithBootDiagnostics(IStorageAccount)

仮想マシンでブート 診断を有効にする必要があることを指定します。

WithBootDiagnostics(String)

仮想マシンでブート 診断を有効にする必要があることを指定します。

適用対象