FailoverGroup Class

Definition

A failover group.

[Microsoft.Rest.Serialization.JsonTransformation]
public class FailoverGroup : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type FailoverGroup = class
    inherit ProxyResource
Public Class FailoverGroup
Inherits ProxyResource
Inheritance
FailoverGroup
Attributes

Constructors

FailoverGroup()

Initializes a new instance of the FailoverGroup class.

FailoverGroup(FailoverGroupReadWriteEndpoint, IList<PartnerInfo>, String, String, String, String, IDictionary<String,String>, FailoverGroupReadOnlyEndpoint, String, String, IList<String>)

Initializes a new instance of the FailoverGroup class.

Properties

Databases

Gets or sets list of databases in the failover group.

Id

Gets resource ID.

(Inherited from Resource)
Location

Gets resource location.

Name

Gets resource name.

(Inherited from Resource)
PartnerServers

Gets or sets list of partner server information for the failover group.

ReadOnlyEndpoint

Gets or sets read-only endpoint of the failover group instance.

ReadWriteEndpoint

Gets or sets read-write endpoint of the failover group instance.

ReplicationRole

Gets local replication role of the failover group instance. Possible values include: 'Primary', 'Secondary'

ReplicationState

Gets replication state of the failover group instance.

Tags

Gets or sets resource tags.

Type

Gets resource type.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to