InstanceFailoverGroup Class

Definition

An instance failover group.

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

Constructors

InstanceFailoverGroup()

Initializes a new instance of the InstanceFailoverGroup class.

InstanceFailoverGroup(InstanceFailoverGroupReadWriteEndpoint, IList<PartnerRegionInfo>, IList<ManagedInstancePairInfo>, String, String, String, InstanceFailoverGroupReadOnlyEndpoint, String, String)

Initializes a new instance of the InstanceFailoverGroup class.

Properties

Id

Gets resource ID.

(Inherited from Resource)
ManagedInstancePairs

Gets or sets list of managed instance pairs in the failover group.

Name

Gets resource name.

(Inherited from Resource)
PartnerRegions

Gets or sets partner region 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.

Type

Gets resource type.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to