Udostępnij przez


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

Name Description
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

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to