Show / Hide Table of Contents

Class FailoverGroupReadonlyEndpointFailoverPolicyArgs

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

Constructors

View Source

FailoverGroupReadonlyEndpointFailoverPolicyArgs()

Declaration
public FailoverGroupReadonlyEndpointFailoverPolicyArgs()

Properties

View Source

Mode

Failover policy for the read-only endpoint. Possible values are Enabled, and Disabled

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