VirtualMachineRunCommandsListResult 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.
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. |