InstanceFailoverGroupInner Class

Definition

An instance failover group.

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

Constructors

InstanceFailoverGroupInner()

Initializes a new instance of the InstanceFailoverGroupInner class.

InstanceFailoverGroupInner(InstanceFailoverGroupReadWriteEndpoint, IList<PartnerRegionInfo>, IList<ManagedInstancePairInfo>, String, String, String, InstanceFailoverGroupReadOnlyEndpoint, InstanceFailoverGroupReplicationRole, String)

Initializes a new instance of the InstanceFailoverGroupInner class.

Properties

Id

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

(Inherited from ProxyResource)
Location

Resource location

(Inherited from Resource)
ManagedInstancePairs

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

Name

Resource name

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

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to