Share via


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