RunCommandInputParameter Constructors
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.
Overloads
RunCommandInputParameter() | |
RunCommandInputParameter(String, String) |
RunCommandInputParameter()
public RunCommandInputParameter ();
Public Sub New ()
Applies to
RunCommandInputParameter(String, String)
public RunCommandInputParameter (string name, string value);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RunCommandInputParameter : string * string -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RunCommandInputParameter
Public Sub New (name As String, value As String)
Parameters
- name
- String
- value
- String