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