VCenterPropertiesAutoGenerated 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.
vCenter properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.VCenterPropertiesAutoGeneratedTypeConverter))]
public class VCenterPropertiesAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IVCenterPropertiesAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.VCenterPropertiesAutoGeneratedTypeConverter))>]
type VCenterPropertiesAutoGenerated = class
interface IVCenterPropertiesAutoGenerated
interface IJsonSerializable
Public Class VCenterPropertiesAutoGenerated
Implements IVCenterPropertiesAutoGenerated
- Inheritance
-
VCenterPropertiesAutoGenerated
- Attributes
- Implements
Constructors
VCenterPropertiesAutoGenerated() |
Creates an new VCenterPropertiesAutoGenerated instance. |
Properties
DiscoveryStatus |
The VCenter discovery status. |
FabricArmResourceName |
The ARM resource name of the fabric containing this VCenter. |
FriendlyName |
Friendly name of the vCenter. |
HealthError |
The health errors for this VCenter. |
InfrastructureId |
The infrastructure Id of vCenter. |
InternalId |
VCenter internal ID. |
IPAddress |
The IP address of the vCenter. |
LastHeartbeat |
The time when the last heartbeat was received by vCenter. |
Port |
The port number for discovery. |
ProcessServerId |
The process server Id. |
RunAsAccountId |
The account Id which has privileges to discover the vCenter. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VCenterPropertiesAutoGenerated. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VCenterPropertiesAutoGenerated. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IVCenterPropertiesAutoGenerated. |
FromJsonString(String) |
Creates a new instance of VCenterPropertiesAutoGenerated, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VCenterPropertiesAutoGenerated into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |