Share via


RunCommandInput(String) Constructor

Definition

Initializes a new instance of RunCommandInput.

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

Parameters

commandId
String

The run command id.

Exceptions

commandId is null.

Applies to