Class FailoverGroupArgs
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 FailoverGroupArgs : ResourceArgs
Constructors
View SourceFailoverGroupArgs()
Declaration
public FailoverGroupArgs()
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> |
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<FailoverGroupPartnerServerArgs> PartnerServers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<FailoverGroupPartnerServerArgs> |
ReadonlyEndpointFailoverPolicy
a read-only policy as documented below
Declaration
public Input<FailoverGroupReadonlyEndpointFailoverPolicyArgs> ReadonlyEndpointFailoverPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<FailoverGroupReadonlyEndpointFailoverPolicyArgs> |
ReadWriteEndpointFailoverPolicy
A read/write policy as documented below
Declaration
public Input<FailoverGroupReadWriteEndpointFailoverPolicyArgs> ReadWriteEndpointFailoverPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<FailoverGroupReadWriteEndpointFailoverPolicyArgs> |
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> |
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> |