Language

RunCommandInputContent(String, String) Constructor

Definition

Initializes a new instance of RunCommandInputContent.

public RunCommandInputContent(string name, string value);
new Azure.ResourceManager.HybridCompute.Models.RunCommandInputContent : string * string -> Azure.ResourceManager.HybridCompute.Models.RunCommandInputContent
Public Sub New (name As String, value As String)

Parameters

name
String

The run command parameter name.

value
String

The run command parameter value.

Exceptions

name or value is null.

Applies to