Show / Hide Table of Contents

Class FailoverGroupPartnerServerGetArgs

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

Constructors

View Source

FailoverGroupPartnerServerGetArgs()

Declaration
public FailoverGroupPartnerServerGetArgs()

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.