Share via


PagedVirtualMachines Class

Definition

Paged list of lab services virtual machines.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.PagedVirtualMachinesTypeConverter))]
public class PagedVirtualMachines : Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.IPagedVirtualMachines
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.PagedVirtualMachinesTypeConverter))>]
type PagedVirtualMachines = class
    interface IPagedVirtualMachines
    interface IJsonSerializable
Public Class PagedVirtualMachines
Implements IPagedVirtualMachines
Inheritance
PagedVirtualMachines
Attributes
Implements

Constructors

PagedVirtualMachines()

Creates an new PagedVirtualMachines instance.

Properties

NextLink

The link to get the next page of virtual machine results.

Value

The array page of virtual machine results.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PagedVirtualMachines.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PagedVirtualMachines.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.IPagedVirtualMachines.

FromJsonString(String)

Creates a new instance of PagedVirtualMachines, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PagedVirtualMachines into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to