ComputeNode.Reboot メソッド

定義

コンピューティング ノードを再起動するための呼び出しをブロックしています。

public void Reboot (Microsoft.Azure.Batch.Common.ComputeNodeRebootOption? rebootOption = default, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.Reboot : Nullable<Microsoft.Azure.Batch.Common.ComputeNodeRebootOption> * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> unit
Public Sub Reboot (Optional rebootOption As Nullable(Of ComputeNodeRebootOption) = Nothing, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing)

パラメーター

rebootOption
Nullable<ComputeNodeRebootOption>

再起動に関連付けられている再起動オプション。

additionalBehaviors
IEnumerable<BatchClientBehavior>

現在の オブジェクトの CustomBehaviors の後に適用される BatchClientBehavior インスタンスのコレクション。

適用対象