UpdateVCenterRequestProperties 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.
The properties of an update vCenter request.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.UpdateVCenterRequestPropertiesTypeConverter))]
public class UpdateVCenterRequestProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IUpdateVCenterRequestProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.UpdateVCenterRequestPropertiesTypeConverter))>]
type UpdateVCenterRequestProperties = class
interface IUpdateVCenterRequestProperties
interface IJsonSerializable
Public Class UpdateVCenterRequestProperties
Implements IUpdateVCenterRequestProperties
- Inheritance
-
UpdateVCenterRequestProperties
- Attributes
- Implements
Constructors
UpdateVCenterRequestProperties() |
Creates an new UpdateVCenterRequestProperties instance. |
Properties
FriendlyName |
The friendly name of the vCenter. |
IPAddress |
The IP address of the vCenter to be discovered. |
Port |
The port number for discovery. |
ProcessServerId |
The process server Id from where the update can be orchestrated. |
RunAsAccountId |
The CS account Id which has privileges to update the vCenter. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of UpdateVCenterRequestProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of UpdateVCenterRequestProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IUpdateVCenterRequestProperties. |
FromJsonString(String) |
Creates a new instance of UpdateVCenterRequestProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of UpdateVCenterRequestProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |