InstanceFailoverGroup Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Azure SDK for .NET