Aracılığıyla paylaş


AddVCenterRequestProperties Constructors

Definition

Overloads

AddVCenterRequestProperties()

Initializes a new instance of the AddVCenterRequestProperties class.

AddVCenterRequestProperties(String, String, String, String, String)

Initializes a new instance of the AddVCenterRequestProperties class.

AddVCenterRequestProperties()

Initializes a new instance of the AddVCenterRequestProperties class.

public AddVCenterRequestProperties ();
Public Sub New ()

Applies to

AddVCenterRequestProperties(String, String, String, String, String)

Initializes a new instance of the AddVCenterRequestProperties class.

public AddVCenterRequestProperties (string friendlyName = default, string ipAddress = default, string processServerId = default, string port = default, string runAsAccountId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AddVCenterRequestProperties : string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AddVCenterRequestProperties
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 discovery is orchestrated.

port
String

The port number for discovery.

runAsAccountId
String

The account Id which has privileges to discover the vCenter.

Applies to