Show / Hide Table of Contents

Class FailoverGroupReadWriteEndpointFailoverPolicyArgs

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

Constructors

View Source

FailoverGroupReadWriteEndpointFailoverPolicyArgs()

Declaration
public FailoverGroupReadWriteEndpointFailoverPolicyArgs()

Properties

View Source

GraceMinutes

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>
View Source

Mode

the failover mode. Possible values are Manual, Automatic

Declaration
public Input<string> Mode { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.