Share via


IRunCommandInputParameter Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.RunCommandInputParameterTypeConverter))]
public interface IRunCommandInputParameter : Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.RunCommandInputParameterTypeConverter))>]
type IRunCommandInputParameter = interface
    interface IJsonSerializable
Public Interface IRunCommandInputParameter
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Name

The run command parameter name.

Value

The run command parameter value.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to