AddVCenterRequest 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
AddVCenterRequest() |
Initializes a new instance of the AddVCenterRequest class. |
AddVCenterRequest(AddVCenterRequestProperties) |
Initializes a new instance of the AddVCenterRequest class. |
AddVCenterRequest()
Initializes a new instance of the AddVCenterRequest class.
public AddVCenterRequest ();
Public Sub New ()
Applies to
AddVCenterRequest(AddVCenterRequestProperties)
Initializes a new instance of the AddVCenterRequest class.
public AddVCenterRequest (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AddVCenterRequestProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AddVCenterRequest : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AddVCenterRequestProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AddVCenterRequest
Public Sub New (Optional properties As AddVCenterRequestProperties = Nothing)
Parameters
- properties
- AddVCenterRequestProperties
The properties of an add vCenter request.