Show / Hide Table of Contents

Class FailoverGroupArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FailoverGroupArgs
Inherited Members
ResourceArgs.Empty
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 Source

FailoverGroupArgs()

Declaration
public FailoverGroupArgs()

Properties

View Source

Databases

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>
View Source

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>
View Source

PartnerServers

A list of secondary servers as documented below

Declaration
public InputList<FailoverGroupPartnerServerArgs> PartnerServers { get; set; }
Property Value
Type Description
InputList<FailoverGroupPartnerServerArgs>
View Source

ReadonlyEndpointFailoverPolicy

a read-only policy as documented below

Declaration
public Input<FailoverGroupReadonlyEndpointFailoverPolicyArgs> ReadonlyEndpointFailoverPolicy { get; set; }
Property Value
Type Description
Input<FailoverGroupReadonlyEndpointFailoverPolicyArgs>
View Source

ReadWriteEndpointFailoverPolicy

A read/write policy as documented below

Declaration
public Input<FailoverGroupReadWriteEndpointFailoverPolicyArgs> ReadWriteEndpointFailoverPolicy { get; set; }
Property Value
Type Description
Input<FailoverGroupReadWriteEndpointFailoverPolicyArgs>
View Source

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>
View Source

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>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.