FailoverGroupInner Class

Definition

A failover group.

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

Constructors

FailoverGroupInner()

Initializes a new instance of the FailoverGroupInner class.

FailoverGroupInner(FailoverGroupReadWriteEndpoint, IList<PartnerInfo>, String, String, String, String, IDictionary<String,String>, FailoverGroupReadOnlyEndpoint, FailoverGroupReplicationRole, String, IList<String>)

Initializes a new instance of the FailoverGroupInner class.

Properties

Databases

Gets or sets list of databases in the failover group.

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Location

Gets resource location.

Name

Resource name

(Inherited from ProxyResource)
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

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to