Share via


VCenter Class

Definition

VCenter REST Resource.

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

Constructors

VCenter()

Creates an new VCenter instance.

Properties

CreatedTimestamp

Timestamp marking vCenter creation.

Error

Error details.

Fqdn

FQDN/IPAddress of the vCenter.

Id

Resource Id.

InstanceUuid

Instance UUID of the vCenter.

Name

Name of the vCenter.

PerfStatisticsLevel

Performance statistics enabled on the vCenter.

Port

Port of the vCenter.

RunAsAccountId

Run as account ID of the vCenter.

Type

Type of resource. Type = Microsoft.OffAzure/VMWareSites/VCenters.

UpdatedTimestamp

Timestamp marking last updated on the vCenter.

Version

Version of the vCenter.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VCenter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VCenter.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VCenter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to