Class FailoverGroupPartnerServerArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FailoverGroupPartnerServerArgs : ResourceArgs
Constructors
View SourceFailoverGroupPartnerServerArgs()
Declaration
public FailoverGroupPartnerServerArgs()
Properties
View SourceId
the SQL server ID
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Location
the location of the failover group.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Role
local replication role of the failover group instance.
Declaration
public Input<string> Role { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |