ManagedInstanceFailoverGroup

class ManagedInstanceFailoverGroup : KotlinCustomResource

Import

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

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

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>

The Azure Region where the SQL Instance Failover Group exists. Changing this forces a new resource to be created.

Link copied to clipboard

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

Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard

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

Link copied to clipboard

A partner_region block as defined below.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
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.

Link copied to clipboard

The name of the Resource Group where the SQL Instance Failover Group should exist. Changing this forces a new SQL Instance Failover Group to be created.

Link copied to clipboard
val role: Output<String>

The partner replication role of the SQL Instance Failover Group.

Link copied to clipboard
val urn: Output<String>