Class PartnerRegionInfo
Partner region information for the failover group.
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Sql.dll
Syntax
public class PartnerRegionInfo
Constructors
PartnerRegionInfo()
Initializes a new instance of the PartnerRegionInfo class.
Declaration
public PartnerRegionInfo ();
PartnerRegionInfo(String, String)
Initializes a new instance of the PartnerRegionInfo class.
Declaration
public PartnerRegionInfo (string location = null, string replicationRole = null);
Parameters
String
location
Geo location of the partner managed instances. |
String
replicationRole
Replication role of the partner managed instances. Possible values include: 'Primary', 'Secondary' |
Properties
Location
Gets or sets geo location of the partner managed instances.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="location")]
public string Location { get; set; }
Property Value
String
|
ReplicationRole
Gets replication role of the partner managed instances. Possible values include: 'Primary', 'Secondary'
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="replicationRole")]
public string ReplicationRole { get; }
Property Value
String
|