次の方法で共有


RunCommandInput(String) コンストラクター

定義

RunCommandInput の新しいインスタンスを初期化します。

public RunCommandInput (string commandId);
new Azure.ResourceManager.Compute.Models.RunCommandInput : string -> Azure.ResourceManager.Compute.Models.RunCommandInput
Public Sub New (commandId As String)

パラメーター

commandId
String

run コマンド ID。

例外

commandId が null です。

適用対象