Class FailoverGroupState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Sql
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FailoverGroupState : ResourceArgs
Constructors
View SourceFailoverGroupState()
Declaration
public FailoverGroupState()
Properties
View SourceDatabases
A list of database ids to add to the failover group
Declaration
public InputList<string> Databases { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Location
the location of the failover group.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the failover group. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PartnerServers
A list of secondary servers as documented below
Declaration
public InputList<FailoverGroupPartnerServerGetArgs> PartnerServers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<FailoverGroupPartnerServerGetArgs> |
ReadonlyEndpointFailoverPolicy
a read-only policy as documented below
Declaration
public Input<FailoverGroupReadonlyEndpointFailoverPolicyGetArgs> ReadonlyEndpointFailoverPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<FailoverGroupReadonlyEndpointFailoverPolicyGetArgs> |
ReadWriteEndpointFailoverPolicy
A read/write policy as documented below
Declaration
public Input<FailoverGroupReadWriteEndpointFailoverPolicyGetArgs> ReadWriteEndpointFailoverPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<FailoverGroupReadWriteEndpointFailoverPolicyGetArgs> |
ResourceGroupName
The name of the resource group containing the SQL server
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Role
local replication role of the failover group instance.
Declaration
public Input<string> Role { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServerName
The name of the primary SQL server. Changing this forces a new resource to be created.
Declaration
public Input<string> ServerName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |