VCenterCollectionAutoGenerated Class

Definition

Collection of vCenter details.

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

Constructors

Name Description
VCenterCollectionAutoGenerated()

Creates an new VCenterCollectionAutoGenerated instance.

Properties

Name Description
NextLink

The value of next link.

Value

The vCenter details.

Methods

Name Description
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.Api202401.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