Share via


VMwareJobCollection Class

Definition

Collection of VMware jobs.

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

Constructors

VMwareJobCollection()

Creates an new VMwareJobCollection instance.

Properties

NextLink

Value of next link.

Value

List of jobs.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VMwareJobCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VMwareJobCollection.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VMwareJobCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to