Share via


VCenterCollectionAutoGenerated Class

Definition

Collection of vCenter details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.VCenterCollectionAutoGeneratedTypeConverter))]
public class VCenterCollectionAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IVCenterCollectionAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.VCenterCollectionAutoGeneratedTypeConverter))>]
type VCenterCollectionAutoGenerated = class
    interface IVCenterCollectionAutoGenerated
    interface IJsonSerializable
Public Class VCenterCollectionAutoGenerated
Implements IVCenterCollectionAutoGenerated
Inheritance
VCenterCollectionAutoGenerated
Attributes
Implements

Constructors

VCenterCollectionAutoGenerated()

Creates an new VCenterCollectionAutoGenerated instance.

Properties

NextLink

The value of next link.

Value

The vCenter details.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VCenterCollectionAutoGenerated.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VCenterCollectionAutoGenerated.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IVCenterCollectionAutoGenerated.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VCenterCollectionAutoGenerated into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to