Show / Hide Table of Contents

Class FailoverGroupReadWriteEndpointFailoverPolicy

Inheritance
System.Object
FailoverGroupReadWriteEndpointFailoverPolicy
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FailoverGroupReadWriteEndpointFailoverPolicy

Fields

View Source

GraceMinutes

Applies only if mode is Automatic. The grace period in minutes before failover with data loss is attempted

Declaration
public readonly int? GraceMinutes
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Mode

the failover mode. Possible values are Manual, Automatic

Declaration
public readonly string Mode
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.