MachineRunCommandsListResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the Run Commands List Result.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.MachineRunCommandsListResultTypeConverter))]
public class MachineRunCommandsListResult : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommandsListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.MachineRunCommandsListResultTypeConverter))>]
type MachineRunCommandsListResult = class
interface IMachineRunCommandsListResult
interface IJsonSerializable
Public Class MachineRunCommandsListResult
Implements IMachineRunCommandsListResult
- Inheritance
-
MachineRunCommandsListResult
- Attributes
- Implements
Constructors
MachineRunCommandsListResult() |
Creates an new MachineRunCommandsListResult 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 run commands |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MachineRunCommandsListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MachineRunCommandsListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommandsListResult. |
FromJsonString(String) |
Creates a new instance of MachineRunCommandsListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MachineRunCommandsListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |