VCenterAutoGenerated 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 definition.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.VCenterAutoGeneratedTypeConverter))]
public class VCenterAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IVCenterAutoGenerated, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.VCenterAutoGeneratedTypeConverter))>]
type VCenterAutoGenerated = class
interface IVCenterAutoGenerated
interface IJsonSerializable
interface IResource
interface IValidates
Public Class VCenterAutoGenerated
Implements IValidates, IVCenterAutoGenerated
- Inheritance
-
VCenterAutoGenerated
- Attributes
- Implements
Constructors
VCenterAutoGenerated() |
Creates an new VCenterAutoGenerated 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. |
Id |
Resource Id |
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. |
Location |
Resource Location |
Name |
Resource Name |
Port |
The port number for discovery. |
ProcessServerId |
The process server Id. |
RunAsAccountId |
The account Id which has privileges to discover the vCenter. |
Type |
Resource Type |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VCenterAutoGenerated. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VCenterAutoGenerated. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IVCenterAutoGenerated. |
FromJsonString(String) |
Creates a new instance of VCenterAutoGenerated, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VCenterAutoGenerated into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |