Share via


VCenter Constructors

Definition

Overloads

VCenter()

Initializes a new instance of the VCenter class.

VCenter(String, String, String, String, VCenterProperties)

Initializes a new instance of the VCenter class.

VCenter()

Initializes a new instance of the VCenter class.

public VCenter ();
Public Sub New ()

Applies to

VCenter(String, String, String, String, VCenterProperties)

Initializes a new instance of the VCenter class.

public VCenter (string id = default, string name = default, string type = default, string location = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VCenterProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VCenter : string * string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VCenterProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VCenter
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional properties As VCenterProperties = Nothing)

Parameters

id
String

Resource Id

name
String

Resource Name

type
String

Resource Type

location
String

Resource Location

properties
VCenterProperties

VCenter related data.

Applies to