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

RunCommandListResult Class

Definition

The List Virtual Machine operation response.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.RunCommandListResultTypeConverter))]
public class RunCommandListResult : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.RunCommandListResultTypeConverter))>]
type RunCommandListResult = class
    interface IRunCommandListResult
    interface IJsonSerializable
Public Class RunCommandListResult
Implements IRunCommandListResult
Inheritance
RunCommandListResult
Attributes
Implements

Constructors

RunCommandListResult()

Creates an new RunCommandListResult instance.

Properties

NextLink

The uri to fetch the next page of run commands. Call ListNext() with this to fetch the next page of run commands.

Value

The list of virtual machine run commands.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RunCommandListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RunCommandListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandListResult.

FromJsonString(String)

Creates a new instance of RunCommandListResult, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RunCommandListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to