RunCommandInputParameter Class
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.
Describes the properties of a run command parameter.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.RunCommandInputParameterTypeConverter))]
public class RunCommandInputParameter : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.RunCommandInputParameterTypeConverter))>]
type RunCommandInputParameter = class
interface IRunCommandInputParameter
interface IJsonSerializable
Public Class RunCommandInputParameter
Implements IRunCommandInputParameter
- Inheritance
-
RunCommandInputParameter
- Attributes
- Implements
Constructors
| RunCommandInputParameter() |
Creates an new RunCommandInputParameter instance. |
Properties
| Name |
The run command parameter name. |
| Value |
The run command parameter value. |
Methods
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RunCommandInputParameter. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RunCommandInputParameter. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter. |
| FromJsonString(String) |
Creates a new instance of RunCommandInputParameter, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of RunCommandInputParameter into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |