你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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