Share via


IVCenterProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.VCenterPropertiesTypeConverter))]
public interface IVCenterProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.VCenterPropertiesTypeConverter))>]
type IVCenterProperties = interface
    interface IJsonSerializable
Public Interface IVCenterProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

CreatedTimestamp

Timestamp marking vCenter creation.

Error

Error details.

Fqdn

FQDN/IPAddress of the vCenter.

InstanceUuid

Instance UUID of the vCenter.

PerfStatisticsLevel

Performance statistics enabled on the vCenter.

Port

Port of the vCenter.

RunAsAccountId

Run as account ID of the vCenter.

UpdatedTimestamp

Timestamp marking last updated on the vCenter.

Version

Version of the vCenter.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to