IRunCommandInputParameter Interface

Definition

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

Properties

Name

The run command parameter name.

Value

The run command parameter value.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to