Class InstanceFailoverGroupReadOnlyEndpoint
Read-only endpoint of the failover group instance.
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Sql.dll
Syntax
public class InstanceFailoverGroupReadOnlyEndpoint
Constructors
InstanceFailoverGroupReadOnlyEndpoint()
Initializes a new instance of the InstanceFailoverGroupReadOnlyEndpoint class.
Declaration
public InstanceFailoverGroupReadOnlyEndpoint ();
InstanceFailoverGroupReadOnlyEndpoint(String)
Initializes a new instance of the InstanceFailoverGroupReadOnlyEndpoint class.
Declaration
public InstanceFailoverGroupReadOnlyEndpoint (string failoverPolicy = null);
Parameters
String
failoverPolicy
Failover policy of the read-only endpoint for the failover group. Possible values include: 'Disabled', 'Enabled' |
Properties
FailoverPolicy
Gets or sets failover policy of the read-only endpoint for the failover group. Possible values include: 'Disabled', 'Enabled'
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="failoverPolicy")]
public string FailoverPolicy { get; set; }
Property Value
String
|