次の方法で共有


IWithBootDiagnostics.WithBootDiagnostics メソッド

定義

オーバーロード

WithBootDiagnostics()

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

WithBootDiagnostics(ICreatable<IStorageAccount>)

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

WithBootDiagnostics(IStorageAccount)

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

WithBootDiagnostics(String)

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

WithBootDiagnostics()

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

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate WithBootDiagnostics ();
abstract member WithBootDiagnostics : unit -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate
Public Function WithBootDiagnostics () As IUpdate

戻り値

適用対象

WithBootDiagnostics(ICreatable<IStorageAccount>)

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

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate WithBootDiagnostics (Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Storage.Fluent.IStorageAccount> creatable);
abstract member WithBootDiagnostics : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Storage.Fluent.IStorageAccount> -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate
Public Function WithBootDiagnostics (creatable As ICreatable(Of IStorageAccount)) As IUpdate

パラメーター

creatable
ICreatable<IStorageAccount>

ブート 診断を格納するために作成および使用するストレージ アカウント。

戻り値

適用対象

WithBootDiagnostics(IStorageAccount)

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

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate WithBootDiagnostics (Microsoft.Azure.Management.Storage.Fluent.IStorageAccount storageAccount);
abstract member WithBootDiagnostics : Microsoft.Azure.Management.Storage.Fluent.IStorageAccount -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate
Public Function WithBootDiagnostics (storageAccount As IStorageAccount) As IUpdate

パラメーター

storageAccount
IStorageAccount

ブート 診断の格納に使用する既存のストレージ アカウント。

戻り値

適用対象

WithBootDiagnostics(String)

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

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate WithBootDiagnostics (string storageAccountBlobEndpointUri);
abstract member WithBootDiagnostics : string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate
Public Function WithBootDiagnostics (storageAccountBlobEndpointUri As String) As IUpdate

パラメーター

storageAccountBlobEndpointUri
String

ブート 診断を格納するストレージ アカウント BLOB エンドポイント。

戻り値

適用対象