VCenterProperties Class
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.
Class for vCenter properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.VCenterPropertiesTypeConverter))]
public class VCenterProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVCenterProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.VCenterPropertiesTypeConverter))>]
type VCenterProperties = class
interface IVCenterProperties
interface IJsonSerializable
Public Class VCenterProperties
Implements IVCenterProperties
- Inheritance
-
VCenterProperties
- Attributes
- Implements
Constructors
VCenterProperties() |
Creates an new VCenterProperties instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VCenterProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VCenterProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVCenterProperties. |
FromJsonString(String) |
Creates a new instance of VCenterProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VCenterProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |