1. Packages
  2. Azure Classic
  3. API Docs
  4. sql
  5. ManagedInstanceFailoverGroup

We recommend using Azure Native.

Viewing docs for Azure v4.42.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
azure logo

We recommend using Azure Native.

Viewing docs for Azure v4.42.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi

    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
    

    Create ManagedInstanceFailoverGroup Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ManagedInstanceFailoverGroup(name: string, args: ManagedInstanceFailoverGroupArgs, opts?: CustomResourceOptions);
    @overload
    def ManagedInstanceFailoverGroup(resource_name: str,
                                     args: ManagedInstanceFailoverGroupArgs,
                                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def ManagedInstanceFailoverGroup(resource_name: str,
                                     opts: Optional[ResourceOptions] = None,
                                     managed_instance_name: Optional[str] = None,
                                     partner_managed_instance_id: Optional[str] = None,
                                     read_write_endpoint_failover_policy: Optional[ManagedInstanceFailoverGroupReadWriteEndpointFailoverPolicyArgs] = None,
                                     resource_group_name: Optional[str] = None,
                                     location: Optional[str] = None,
                                     name: Optional[str] = None,
                                     readonly_endpoint_failover_policy_enabled: Optional[bool] = None)
    func NewManagedInstanceFailoverGroup(ctx *Context, name string, args ManagedInstanceFailoverGroupArgs, opts ...ResourceOption) (*ManagedInstanceFailoverGroup, error)
    public ManagedInstanceFailoverGroup(string name, ManagedInstanceFailoverGroupArgs args, CustomResourceOptions? opts = null)
    public ManagedInstanceFailoverGroup(String name, ManagedInstanceFailoverGroupArgs args)
    public ManagedInstanceFailoverGroup(String name, ManagedInstanceFailoverGroupArgs args, CustomResourceOptions options)
    
    type: azure:sql:ManagedInstanceFailoverGroup
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ManagedInstanceFailoverGroupArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ManagedInstanceFailoverGroupArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ManagedInstanceFailoverGroupArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ManagedInstanceFailoverGroupArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ManagedInstanceFailoverGroupArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var azureManagedInstanceFailoverGroupResource = new Azure.Sql.ManagedInstanceFailoverGroup("azureManagedInstanceFailoverGroupResource", new()
    {
        ManagedInstanceName = "string",
        PartnerManagedInstanceId = "string",
        ReadWriteEndpointFailoverPolicy = new Azure.Sql.Inputs.ManagedInstanceFailoverGroupReadWriteEndpointFailoverPolicyArgs
        {
            Mode = "string",
            GraceMinutes = 0,
        },
        ResourceGroupName = "string",
        Location = "string",
        Name = "string",
        ReadonlyEndpointFailoverPolicyEnabled = false,
    });
    
    example, err := sql.NewManagedInstanceFailoverGroup(ctx, "azureManagedInstanceFailoverGroupResource", &sql.ManagedInstanceFailoverGroupArgs{
    	ManagedInstanceName:      pulumi.String("string"),
    	PartnerManagedInstanceId: pulumi.String("string"),
    	ReadWriteEndpointFailoverPolicy: &sql.ManagedInstanceFailoverGroupReadWriteEndpointFailoverPolicyArgs{
    		Mode:         pulumi.String("string"),
    		GraceMinutes: pulumi.Int(0),
    	},
    	ResourceGroupName:                     pulumi.String("string"),
    	Location:                              pulumi.String("string"),
    	Name:                                  pulumi.String("string"),
    	ReadonlyEndpointFailoverPolicyEnabled: pulumi.Bool(false),
    })
    
    var azureManagedInstanceFailoverGroupResource = new com.pulumi.azure.sql.ManagedInstanceFailoverGroup("azureManagedInstanceFailoverGroupResource", com.pulumi.azure.sql.ManagedInstanceFailoverGroupArgs.builder()
        .managedInstanceName("string")
        .partnerManagedInstanceId("string")
        .readWriteEndpointFailoverPolicy(ManagedInstanceFailoverGroupReadWriteEndpointFailoverPolicyArgs.builder()
            .mode("string")
            .graceMinutes(0)
            .build())
        .resourceGroupName("string")
        .location("string")
        .name("string")
        .readonlyEndpointFailoverPolicyEnabled(false)
        .build());
    
    azure_managed_instance_failover_group_resource = azure.sql.ManagedInstanceFailoverGroup("azureManagedInstanceFailoverGroupResource",
        managed_instance_name="string",
        partner_managed_instance_id="string",
        read_write_endpoint_failover_policy={
            "mode": "string",
            "grace_minutes": 0,
        },
        resource_group_name="string",
        location="string",
        name="string",
        readonly_endpoint_failover_policy_enabled=False)
    
    const azureManagedInstanceFailoverGroupResource = new azure.sql.ManagedInstanceFailoverGroup("azureManagedInstanceFailoverGroupResource", {
        managedInstanceName: "string",
        partnerManagedInstanceId: "string",
        readWriteEndpointFailoverPolicy: {
            mode: "string",
            graceMinutes: 0,
        },
        resourceGroupName: "string",
        location: "string",
        name: "string",
        readonlyEndpointFailoverPolicyEnabled: false,
    });
    
    type: azure:sql:ManagedInstanceFailoverGroup
    properties:
        location: string
        managedInstanceName: string
        name: string
        partnerManagedInstanceId: string
        readWriteEndpointFailoverPolicy:
            graceMinutes: 0
            mode: string
        readonlyEndpointFailoverPolicyEnabled: false
        resourceGroupName: string
    

    ManagedInstanceFailoverGroup Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The ManagedInstanceFailoverGroup resource accepts the following input properties:

    ManagedInstanceName string
    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.
    PartnerManagedInstanceId string
    ID of the SQL Managed Instance which will be replicated to.
    ReadWriteEndpointFailoverPolicy ManagedInstanceFailoverGroupReadWriteEndpointFailoverPolicy
    A read_write_endpoint_failover_policy block as defined below.
    ResourceGroupName string
    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.
    Location string
    The Azure Region where the SQL Instance Failover Group exists.
    Name 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.
    ReadonlyEndpointFailoverPolicyEnabled bool
    Failover policy for the read-only endpoint. Defaults to false.
    ManagedInstanceName string
    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.
    PartnerManagedInstanceId string
    ID of the SQL Managed Instance which will be replicated to.
    ReadWriteEndpointFailoverPolicy ManagedInstanceFailoverGroupReadWriteEndpointFailoverPolicyArgs
    A read_write_endpoint_failover_policy block as defined below.
    ResourceGroupName string
    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.
    Location string
    The Azure Region where the SQL Instance Failover Group exists.
    Name 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.
    ReadonlyEndpointFailoverPolicyEnabled bool
    Failover policy for the read-only endpoint. Defaults to false.
    managedInstanceName String
    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.
    partnerManagedInstanceId String
    ID of the SQL Managed Instance which will be replicated to.
    readWriteEndpointFailoverPolicy ManagedInstanceFailoverGroupReadWriteEndpointFailoverPolicy
    A read_write_endpoint_failover_policy block as defined below.
    resourceGroupName String
    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.
    location String
    The Azure Region where the SQL Instance Failover Group exists.
    name 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.
    readonlyEndpointFailoverPolicyEnabled Boolean
    Failover policy for the read-only endpoint. Defaults to false.
    managedInstanceName string
    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.
    partnerManagedInstanceId string
    ID of the SQL Managed Instance which will be replicated to.
    readWriteEndpointFailoverPolicy ManagedInstanceFailoverGroupReadWriteEndpointFailoverPolicy
    A read_write_endpoint_failover_policy block as defined below.
    resourceGroupName string
    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.
    location string
    The Azure Region where the SQL Instance Failover Group exists.
    name 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.
    readonlyEndpointFailoverPolicyEnabled boolean
    Failover policy for the read-only endpoint. Defaults to false.
    managed_instance_name str
    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.
    partner_managed_instance_id str
    ID of the SQL Managed Instance which will be replicated to.
    read_write_endpoint_failover_policy ManagedInstanceFailoverGroupReadWriteEndpointFailoverPolicyArgs
    A read_write_endpoint_failover_policy block as defined below.
    resource_group_name str
    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.
    location str
    The Azure Region where the SQL Instance Failover Group exists.
    name str
    The name which should be used for this SQL Instance Failover Group. Changing this forces a new SQL Instance Failover Group to be created.
    readonly_endpoint_failover_policy_enabled bool
    Failover policy for the read-only endpoint. Defaults to false.
    managedInstanceName String
    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.
    partnerManagedInstanceId String
    ID of the SQL Managed Instance which will be replicated to.
    readWriteEndpointFailoverPolicy Property Map
    A read_write_endpoint_failover_policy block as defined below.
    resourceGroupName String
    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.
    location String
    The Azure Region where the SQL Instance Failover Group exists.
    name 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.
    readonlyEndpointFailoverPolicyEnabled Boolean
    Failover policy for the read-only endpoint. Defaults to false.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ManagedInstanceFailoverGroup resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    PartnerRegions List<ManagedInstanceFailoverGroupPartnerRegion>
    A partner_region block as defined below.
    Role string
    The partner replication role of the SQL Instance Failover Group.
    Id string
    The provider-assigned unique ID for this managed resource.
    PartnerRegions []ManagedInstanceFailoverGroupPartnerRegion
    A partner_region block as defined below.
    Role string
    The partner replication role of the SQL Instance Failover Group.
    id String
    The provider-assigned unique ID for this managed resource.
    partnerRegions List<ManagedInstanceFailoverGroupPartnerRegion>
    A partner_region block as defined below.
    role String
    The partner replication role of the SQL Instance Failover Group.
    id string
    The provider-assigned unique ID for this managed resource.
    partnerRegions ManagedInstanceFailoverGroupPartnerRegion[]
    A partner_region block as defined below.
    role string
    The partner replication role of the SQL Instance Failover Group.
    id str
    The provider-assigned unique ID for this managed resource.
    partner_regions Sequence[ManagedInstanceFailoverGroupPartnerRegion]
    A partner_region block as defined below.
    role str
    The partner replication role of the SQL Instance Failover Group.
    id String
    The provider-assigned unique ID for this managed resource.
    partnerRegions List<Property Map>
    A partner_region block as defined below.
    role String
    The partner replication role of the SQL Instance Failover Group.

    Look up Existing ManagedInstanceFailoverGroup Resource

    Get an existing ManagedInstanceFailoverGroup resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ManagedInstanceFailoverGroupState, opts?: CustomResourceOptions): ManagedInstanceFailoverGroup
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            location: Optional[str] = None,
            managed_instance_name: Optional[str] = None,
            name: Optional[str] = None,
            partner_managed_instance_id: Optional[str] = None,
            partner_regions: Optional[Sequence[ManagedInstanceFailoverGroupPartnerRegionArgs]] = None,
            read_write_endpoint_failover_policy: Optional[ManagedInstanceFailoverGroupReadWriteEndpointFailoverPolicyArgs] = None,
            readonly_endpoint_failover_policy_enabled: Optional[bool] = None,
            resource_group_name: Optional[str] = None,
            role: Optional[str] = None) -> ManagedInstanceFailoverGroup
    func GetManagedInstanceFailoverGroup(ctx *Context, name string, id IDInput, state *ManagedInstanceFailoverGroupState, opts ...ResourceOption) (*ManagedInstanceFailoverGroup, error)
    public static ManagedInstanceFailoverGroup Get(string name, Input<string> id, ManagedInstanceFailoverGroupState? state, CustomResourceOptions? opts = null)
    public static ManagedInstanceFailoverGroup get(String name, Output<String> id, ManagedInstanceFailoverGroupState state, CustomResourceOptions options)
    resources:  _:    type: azure:sql:ManagedInstanceFailoverGroup    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Location string
    The Azure Region where the SQL Instance Failover Group exists.
    ManagedInstanceName string
    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.
    Name 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.
    PartnerManagedInstanceId string
    ID of the SQL Managed Instance which will be replicated to.
    PartnerRegions List<ManagedInstanceFailoverGroupPartnerRegion>
    A partner_region block as defined below.
    ReadWriteEndpointFailoverPolicy ManagedInstanceFailoverGroupReadWriteEndpointFailoverPolicy
    A read_write_endpoint_failover_policy block as defined below.
    ReadonlyEndpointFailoverPolicyEnabled bool
    Failover policy for the read-only endpoint. Defaults to false.
    ResourceGroupName string
    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.
    Role string
    The partner replication role of the SQL Instance Failover Group.
    Location string
    The Azure Region where the SQL Instance Failover Group exists.
    ManagedInstanceName string
    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.
    Name 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.
    PartnerManagedInstanceId string
    ID of the SQL Managed Instance which will be replicated to.
    PartnerRegions []ManagedInstanceFailoverGroupPartnerRegionArgs
    A partner_region block as defined below.
    ReadWriteEndpointFailoverPolicy ManagedInstanceFailoverGroupReadWriteEndpointFailoverPolicyArgs
    A read_write_endpoint_failover_policy block as defined below.
    ReadonlyEndpointFailoverPolicyEnabled bool
    Failover policy for the read-only endpoint. Defaults to false.
    ResourceGroupName string
    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.
    Role string
    The partner replication role of the SQL Instance Failover Group.
    location String
    The Azure Region where the SQL Instance Failover Group exists.
    managedInstanceName String
    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.
    name 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.
    partnerManagedInstanceId String
    ID of the SQL Managed Instance which will be replicated to.
    partnerRegions List<ManagedInstanceFailoverGroupPartnerRegion>
    A partner_region block as defined below.
    readWriteEndpointFailoverPolicy ManagedInstanceFailoverGroupReadWriteEndpointFailoverPolicy
    A read_write_endpoint_failover_policy block as defined below.
    readonlyEndpointFailoverPolicyEnabled Boolean
    Failover policy for the read-only endpoint. Defaults to false.
    resourceGroupName String
    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.
    role String
    The partner replication role of the SQL Instance Failover Group.
    location string
    The Azure Region where the SQL Instance Failover Group exists.
    managedInstanceName string
    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.
    name 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.
    partnerManagedInstanceId string
    ID of the SQL Managed Instance which will be replicated to.
    partnerRegions ManagedInstanceFailoverGroupPartnerRegion[]
    A partner_region block as defined below.
    readWriteEndpointFailoverPolicy ManagedInstanceFailoverGroupReadWriteEndpointFailoverPolicy
    A read_write_endpoint_failover_policy block as defined below.
    readonlyEndpointFailoverPolicyEnabled boolean
    Failover policy for the read-only endpoint. Defaults to false.
    resourceGroupName string
    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.
    role string
    The partner replication role of the SQL Instance Failover Group.
    location str
    The Azure Region where the SQL Instance Failover Group exists.
    managed_instance_name str
    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.
    name str
    The name which should be used for this SQL Instance Failover Group. Changing this forces a new SQL Instance Failover Group to be created.
    partner_managed_instance_id str
    ID of the SQL Managed Instance which will be replicated to.
    partner_regions Sequence[ManagedInstanceFailoverGroupPartnerRegionArgs]
    A partner_region block as defined below.
    read_write_endpoint_failover_policy ManagedInstanceFailoverGroupReadWriteEndpointFailoverPolicyArgs
    A read_write_endpoint_failover_policy block as defined below.
    readonly_endpoint_failover_policy_enabled bool
    Failover policy for the read-only endpoint. Defaults to false.
    resource_group_name str
    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.
    role str
    The partner replication role of the SQL Instance Failover Group.
    location String
    The Azure Region where the SQL Instance Failover Group exists.
    managedInstanceName String
    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.
    name 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.
    partnerManagedInstanceId String
    ID of the SQL Managed Instance which will be replicated to.
    partnerRegions List<Property Map>
    A partner_region block as defined below.
    readWriteEndpointFailoverPolicy Property Map
    A read_write_endpoint_failover_policy block as defined below.
    readonlyEndpointFailoverPolicyEnabled Boolean
    Failover policy for the read-only endpoint. Defaults to false.
    resourceGroupName String
    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.
    role String
    The partner replication role of the SQL Instance Failover Group.

    Supporting Types

    ManagedInstanceFailoverGroupPartnerRegion, ManagedInstanceFailoverGroupPartnerRegionArgs

    Location string
    The Azure Region where the SQL Instance Failover Group exists.
    Role string
    The partner replication role of the SQL Instance Failover Group.
    Location string
    The Azure Region where the SQL Instance Failover Group exists.
    Role string
    The partner replication role of the SQL Instance Failover Group.
    location String
    The Azure Region where the SQL Instance Failover Group exists.
    role String
    The partner replication role of the SQL Instance Failover Group.
    location string
    The Azure Region where the SQL Instance Failover Group exists.
    role string
    The partner replication role of the SQL Instance Failover Group.
    location str
    The Azure Region where the SQL Instance Failover Group exists.
    role str
    The partner replication role of the SQL Instance Failover Group.
    location String
    The Azure Region where the SQL Instance Failover Group exists.
    role String
    The partner replication role of the SQL Instance Failover Group.

    ManagedInstanceFailoverGroupReadWriteEndpointFailoverPolicy, ManagedInstanceFailoverGroupReadWriteEndpointFailoverPolicyArgs

    Mode string
    The failover mode. Possible values are Manual, Automatic
    GraceMinutes int
    Applies only if mode is Automatic. The grace period in minutes before failover with data loss is attempted.
    Mode string
    The failover mode. Possible values are Manual, Automatic
    GraceMinutes int
    Applies only if mode is Automatic. The grace period in minutes before failover with data loss is attempted.
    mode String
    The failover mode. Possible values are Manual, Automatic
    graceMinutes Integer
    Applies only if mode is Automatic. The grace period in minutes before failover with data loss is attempted.
    mode string
    The failover mode. Possible values are Manual, Automatic
    graceMinutes number
    Applies only if mode is Automatic. The grace period in minutes before failover with data loss is attempted.
    mode str
    The failover mode. Possible values are Manual, Automatic
    grace_minutes int
    Applies only if mode is Automatic. The grace period in minutes before failover with data loss is attempted.
    mode String
    The failover mode. Possible values are Manual, Automatic
    graceMinutes Number
    Applies only if mode is Automatic. The grace period in minutes before failover with data loss is attempted.

    Package Details

    Repository
    Azure Classic pulumi/pulumi-azure
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the azurerm Terraform Provider.
    azure logo

    We recommend using Azure Native.

    Viewing docs for Azure v4.42.0 (Older version)
    published on Monday, Mar 9, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.