UpdateVCenterRequestProperties Constructors
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.
Overloads
UpdateVCenterRequestProperties() |
Initializes a new instance of the UpdateVCenterRequestProperties class. |
UpdateVCenterRequestProperties(String, String, String, String, String) |
Initializes a new instance of the UpdateVCenterRequestProperties class. |
UpdateVCenterRequestProperties()
Initializes a new instance of the UpdateVCenterRequestProperties class.
public UpdateVCenterRequestProperties ();
Public Sub New ()
Applies to
UpdateVCenterRequestProperties(String, String, String, String, String)
Initializes a new instance of the UpdateVCenterRequestProperties class.
public UpdateVCenterRequestProperties (string friendlyName = default, string ipAddress = default, string processServerId = default, string port = default, string runAsAccountId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateVCenterRequestProperties : string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateVCenterRequestProperties
Public Sub New (Optional friendlyName As String = Nothing, Optional ipAddress As String = Nothing, Optional processServerId As String = Nothing, Optional port As String = Nothing, Optional runAsAccountId As String = Nothing)
Parameters
- friendlyName
- String
The friendly name of the vCenter.
- ipAddress
- String
The IP address of the vCenter to be discovered.
- processServerId
- String
The process server Id from where the update can be orchestrated.
- port
- String
The port number for discovery.
- runAsAccountId
- String
The CS account Id which has privileges to update the vCenter.