你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RunCommandInputParameter Class

Definition

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.

Applies to