Share via


IVirtualMachineInstancesList Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VirtualMachineInstancesListTypeConverter))]
public interface IVirtualMachineInstancesList : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VirtualMachineInstancesListTypeConverter))>]
type IVirtualMachineInstancesList = interface
    interface IJsonSerializable
Public Interface IVirtualMachineInstancesList
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

NextLink

Url to follow for getting next page of VirtualMachines.

Value

Array of VirtualMachines

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to