PartnerInfo 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
PartnerInfo() |
Initializes a new instance of the PartnerInfo class. |
PartnerInfo(String, String, FailoverGroupReplicationRole) |
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, FailoverGroupReplicationRole)
Initializes a new instance of the PartnerInfo class.
public PartnerInfo (string id, string location = default, Microsoft.Azure.Management.Sql.Fluent.Models.FailoverGroupReplicationRole replicationRole = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.PartnerInfo : string * string * Microsoft.Azure.Management.Sql.Fluent.Models.FailoverGroupReplicationRole -> Microsoft.Azure.Management.Sql.Fluent.Models.PartnerInfo
Public Sub New (id As String, Optional location As String = Nothing, Optional replicationRole As FailoverGroupReplicationRole = Nothing)
Parameters
- id
- String
Resource identifier of the partner server.
- location
- String
Geo location of the partner server.
- replicationRole
- FailoverGroupReplicationRole
Replication role of the partner server. Possible values include: 'Primary', 'Secondary'
Applies to
Azure SDK for .NET