Show / Hide Table of Contents

    Class FailoverGroupReadOnlyEndpoint

    Read-only endpoint of the failover group instance.

    Inheritance
    Object
    FailoverGroupReadOnlyEndpoint
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Sql.dll
    Syntax
    public class FailoverGroupReadOnlyEndpoint

    Constructors

    FailoverGroupReadOnlyEndpoint()

    Initializes a new instance of the FailoverGroupReadOnlyEndpoint class.

    Declaration
    public FailoverGroupReadOnlyEndpoint ();

    FailoverGroupReadOnlyEndpoint(String)

    Initializes a new instance of the FailoverGroupReadOnlyEndpoint class.

    Declaration
    public FailoverGroupReadOnlyEndpoint (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

    Back to top Azure SDK for Net