Show / Hide Table of Contents

Class FailoverGroupPartnerServerArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FailoverGroupPartnerServerArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FailoverGroupPartnerServerArgs : ResourceArgs

Constructors

View Source

FailoverGroupPartnerServerArgs()

Declaration
public FailoverGroupPartnerServerArgs()

Properties

View Source

Id

the SQL server ID

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

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
Back to top Copyright 2016-2020, Pulumi Corporation.