Compartir a través de


IMachineRunCommandsListResult Interface

Definition

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

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 run commands

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to