Class RunCommandInputParameter
java.lang.Object
com.microsoft.azure.management.compute.RunCommandInputParameter
Describes the properties of a run command parameter.
-
Constructor Details
-
RunCommandInputParameter
public RunCommandInputParameter()
-
-
Method Details
-
name
Get the run command parameter name.- Returns:
- the name value
-
withName
Set the run command parameter name.- Parameters:
name
- the name value to set- Returns:
- the RunCommandInputParameter object itself.
-
value
Get the run command parameter value.- Returns:
- the value value
-
withValue
Set the run command parameter value.- Parameters:
value
- the value value to set- Returns:
- the RunCommandInputParameter object itself.
-