Class FailoverGroupReadWriteEndpointFailoverPolicyArgs
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 FailoverGroupReadWriteEndpointFailoverPolicyArgs : ResourceArgs
Constructors
View SourceFailoverGroupReadWriteEndpointFailoverPolicyArgs()
Declaration
public FailoverGroupReadWriteEndpointFailoverPolicyArgs()
Properties
View SourceGraceMinutes
Applies only if mode is Automatic. The grace period in minutes before failover with data loss is attempted
Declaration
public Input<int> GraceMinutes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Mode
the failover mode. Possible values are Manual, Automatic
Declaration
public Input<string> Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |