Show / Hide Table of Contents

Class FailoverGroupState

Inheritance
System.Object
InputArgs
ResourceArgs
FailoverGroupState
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 FailoverGroupState : ResourceArgs

Constructors

View Source

FailoverGroupState()

Declaration
public FailoverGroupState()

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

Location

the location of the failover group.

Declaration
public Input<string> Location { get; set; }
Property Value
Type Description
Input<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<FailoverGroupPartnerServerGetArgs> PartnerServers { get; set; }
Property Value
Type Description
InputList<FailoverGroupPartnerServerGetArgs>
View Source

ReadonlyEndpointFailoverPolicy

a read-only policy as documented below

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

ReadWriteEndpointFailoverPolicy

A read/write policy as documented below

Declaration
public Input<FailoverGroupReadWriteEndpointFailoverPolicyGetArgs> ReadWriteEndpointFailoverPolicy { get; set; }
Property Value
Type Description
Input<FailoverGroupReadWriteEndpointFailoverPolicyGetArgs>
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

Role

local replication role of the failover group instance.

Declaration
public Input<string> Role { 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.