MachineCollection 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 machines.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.MachineCollectionTypeConverter))]
public class MachineCollection : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMachineCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.MachineCollectionTypeConverter))>]
type MachineCollection = class
interface IMachineCollection
interface IJsonSerializable
Public Class MachineCollection
Implements IMachineCollection
- Inheritance
-
MachineCollection
- Attributes
- Implements
Constructors
MachineCollection() |
Creates an new MachineCollection instance. |
Properties
NextLink |
Gets or sets the value of nextLink. |
Value |
Gets or sets the machines. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MachineCollection. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MachineCollection. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMachineCollection. |
FromJsonString(String) |
Creates a new instance of MachineCollection, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MachineCollection into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |