RunCommandInputParameter Class

Definition

Describes the properties of a run command parameter.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.RunCommandInputParameterTypeConverter))]
public class RunCommandInputParameter : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.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.Api20210701.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.

Applies to