ArmComputeModelFactory.RunCommandInputParameter(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Compute.Models.RunCommandInputParameter RunCommandInputParameter(string name = default, string value = default);
static member RunCommandInputParameter : string * string -> Azure.ResourceManager.Compute.Models.RunCommandInputParameter
Public Shared Function RunCommandInputParameter (Optional name As String = Nothing, Optional value As String = Nothing) As RunCommandInputParameter
Parameters
- name
- String
The run command parameter name.
- value
- String
The run command parameter value.
Returns
A new RunCommandInputParameter instance for mocking.