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

VirtualMachineRunCommandsListResult Class

Definition

The List run command operation response

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

Constructors

VirtualMachineRunCommandsListResult()

Creates an new VirtualMachineRunCommandsListResult instance.

Properties

NextLink

The uri to fetch the next page of run commands.

Value

The list of run commands

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VirtualMachineRunCommandsListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VirtualMachineRunCommandsListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VirtualMachineRunCommandsListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to