Share via


VMwareMachineCollection Class

Definition

Collection of VMware machines.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.VMwareMachineCollectionTypeConverter))]
public class VMwareMachineCollection : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachineCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.VMwareMachineCollectionTypeConverter))>]
type VMwareMachineCollection = class
    interface IVMwareMachineCollection
    interface IJsonSerializable
Public Class VMwareMachineCollection
Implements IVMwareMachineCollection
Inheritance
VMwareMachineCollection
Attributes
Implements

Constructors

VMwareMachineCollection()

Creates an new VMwareMachineCollection instance.

Properties

NextLink

Value of next link.

Value

List of machines.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VMwareMachineCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VMwareMachineCollection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachineCollection.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VMwareMachineCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to