IVCenterProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |