VMwareMachineCollection 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.
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. |