VirtualMachineList 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.
VirtualMachineList represents a list of virtual machines.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.VirtualMachineListTypeConverter))]
public class VirtualMachineList : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IVirtualMachineList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.VirtualMachineListTypeConverter))>]
type VirtualMachineList = class
interface IVirtualMachineList
interface IJsonSerializable
Public Class VirtualMachineList
Implements IVirtualMachineList
- Inheritance
-
VirtualMachineList
- Attributes
- Implements
Constructors
VirtualMachineList() |
Creates an new VirtualMachineList instance. |
Properties
NextLink |
The link used to get the next page of operations. |
Value |
The list of virtual machines. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VirtualMachineList. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VirtualMachineList. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IVirtualMachineList. |
FromJsonString(String) |
Creates a new instance of VirtualMachineList, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VirtualMachineList into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |