ManagedInstanceFailoverGroupArgs

data class ManagedInstanceFailoverGroupArgs(val location: Output<String>? = null, val managedInstanceId: Output<String>? = null, val name: Output<String>? = null, val partnerManagedInstanceId: Output<String>? = null, val readWriteEndpointFailoverPolicy: Output<ManagedInstanceFailoverGroupReadWriteEndpointFailoverPolicyArgs>? = null, val readonlyEndpointFailoverPolicyEnabled: Output<Boolean>? = null) : ConvertibleToJava<ManagedInstanceFailoverGroupArgs>

Import

SQL Instance Failover Groups can be imported using the resource id, e.g.

$ pulumi import azure:mssql/managedInstanceFailoverGroup:ManagedInstanceFailoverGroup example /subscriptions/12345678-1234-9876-4563-123456789012/resourceGroups/resGroup1/providers/Microsoft.Sql/locations/Location/instanceFailoverGroups/failoverGroup1

Constructors

Link copied to clipboard
fun ManagedInstanceFailoverGroupArgs(location: Output<String>? = null, managedInstanceId: Output<String>? = null, name: Output<String>? = null, partnerManagedInstanceId: Output<String>? = null, readWriteEndpointFailoverPolicy: Output<ManagedInstanceFailoverGroupReadWriteEndpointFailoverPolicyArgs>? = null, readonlyEndpointFailoverPolicyEnabled: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ManagedInstanceFailoverGroupArgs

Properties

Link copied to clipboard
val location: Output<String>? = null

The Azure Region where the Managed Instance Failover Group should exist. Changing this forces a new resource to be created.

Link copied to clipboard
val managedInstanceId: Output<String>? = null

The ID of the Azure SQL Managed Instance which will be replicated using a Managed Instance Failover Group. Changing this forces a new resource to be created.

Link copied to clipboard
val name: Output<String>? = null

The name which should be used for this Managed Instance Failover Group. Changing this forces a new resource to be created.

Link copied to clipboard
val partnerManagedInstanceId: Output<String>? = null

The ID of the Azure SQL Managed Instance which will be replicated to. Changing this forces a new resource to be created.

Link copied to clipboard

Failover policy for the read-only endpoint. Defaults to true.

Link copied to clipboard

A read_write_endpoint_failover_policy block as defined below.