PartnerInfo Constructors

Definition

Overloads

PartnerInfo()

Initializes a new instance of the PartnerInfo class.

PartnerInfo(String, String, String)

Initializes a new instance of the PartnerInfo class.

PartnerInfo()

Initializes a new instance of the PartnerInfo class.

public PartnerInfo ();
Public Sub New ()

Applies to

PartnerInfo(String, String, String)

Initializes a new instance of the PartnerInfo class.

public PartnerInfo (string id, string location = default, string replicationRole = default);
new Microsoft.Azure.Management.Sql.Models.PartnerInfo : string * string * string -> Microsoft.Azure.Management.Sql.Models.PartnerInfo
Public Sub New (id As String, Optional location As String = Nothing, Optional replicationRole As String = Nothing)

Parameters

id
String

Resource identifier of the partner server.

location
String

Geo location of the partner server.

replicationRole
String

Replication role of the partner server. Possible values include: 'Primary', 'Secondary'

Applies to