RunCommandListResult 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 Virtual Machine operation response.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.RunCommandListResultTypeConverter))]
public class RunCommandListResult : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.RunCommandListResultTypeConverter))>]
type RunCommandListResult = class
interface IRunCommandListResult
interface IJsonSerializable
Public Class RunCommandListResult
Implements IRunCommandListResult
- Inheritance
-
RunCommandListResult
- Attributes
- Implements
Constructors
RunCommandListResult() |
Creates an new RunCommandListResult 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 virtual machine run commands. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RunCommandListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RunCommandListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandListResult. |
FromJsonString(String) |
Creates a new instance of RunCommandListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RunCommandListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |