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

IVCenter Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to