1. Packages
  2. Packages
  3. Azure Native
  4. API Docs
  5. azureresiliencemanagement
  6. RecoveryPlan
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v3.23.0
published on Saturday, Jul 18, 2026 by Pulumi
azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v3.23.0
published on Saturday, Jul 18, 2026 by Pulumi

    Represents a recovery orchestration plan resource in the Azure Resilience Management provider namespace.

    Uses Azure REST API version 2026-03-01-preview.

    Other available API versions: 2025-02-01-preview, 2026-04-01-preview, 2026-06-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azureresiliencemanagement [ApiVersion]. See the version guide for details.

    Import

    An existing resource can be imported using its type token, name, and identifier, e.g.

    $ pulumi import azure-native:azureresiliencemanagement:RecoveryPlan samplePlanName /providers/Microsoft.Management/serviceGroups/{serviceGroupName}/providers/Microsoft.AzureResilienceManagement/recoveryPlans/{recoveryPlanName} 
    

    Create RecoveryPlan Resource

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

    Constructor syntax

    new RecoveryPlan(name: string, args: RecoveryPlanArgs, opts?: CustomResourceOptions);
    @overload
    def RecoveryPlan(resource_name: str,
                     args: RecoveryPlanArgs,
                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def RecoveryPlan(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     service_group_name: Optional[str] = None,
                     identity: Optional[ManagedServiceIdentityArgs] = None,
                     properties: Optional[RecoveryPlanPropertiesArgs] = None,
                     recovery_plan_name: Optional[str] = None)
    func NewRecoveryPlan(ctx *Context, name string, args RecoveryPlanArgs, opts ...ResourceOption) (*RecoveryPlan, error)
    public RecoveryPlan(string name, RecoveryPlanArgs args, CustomResourceOptions? opts = null)
    public RecoveryPlan(String name, RecoveryPlanArgs args)
    public RecoveryPlan(String name, RecoveryPlanArgs args, CustomResourceOptions options)
    
    type: azure-native:azureresiliencemanagement:RecoveryPlan
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "azure-native_azureresiliencemanagement_recovery_plan" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args RecoveryPlanArgs
    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 RecoveryPlanArgs
    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 RecoveryPlanArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args RecoveryPlanArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args RecoveryPlanArgs
    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 recoveryPlanResource = new AzureNative.AzureResilienceManagement.RecoveryPlan("recoveryPlanResource", new()
    {
        ServiceGroupName = "string",
        Identity = new AzureNative.AzureResilienceManagement.Inputs.ManagedServiceIdentityArgs
        {
            Type = "string",
            UserAssignedIdentities = new[]
            {
                "string",
            },
        },
        Properties = new AzureNative.AzureResilienceManagement.Inputs.RecoveryPlanPropertiesArgs
        {
            PlanDescription = "string",
            PlanType = "string",
            RecoveryGroupsSetting = new AzureNative.AzureResilienceManagement.Inputs.RecoveryGroupsSettingArgs
            {
                DefaultGroup = new AzureNative.AzureResilienceManagement.Inputs.RecoveryGroupArgs
                {
                    Properties = new AzureNative.AzureResilienceManagement.Inputs.RecoveryGroupPropertiesArgs
                    {
                        Description = "string",
                        GroupUniqueId = "string",
                        OrderId = 0,
                        PostActions = new[]
                        {
                            new AzureNative.AzureResilienceManagement.Inputs.RecoveryGroupCustomRunbookActionArgs
                            {
                                Name = "string",
                                TimeoutInMinutes = 0,
                                Type = "CustomRunbook",
                                ActionResourceId = "string",
                                AssociatedIdentity = new AzureNative.AzureResilienceManagement.Inputs.AssociatedIdentityArgs
                                {
                                    Type = "string",
                                    UserAssignedIdentity = "string",
                                },
                                Description = "string",
                                Parameters = 
                                {
                                    { "string", "string" },
                                },
                            },
                        },
                        PreActions = new[]
                        {
                            new AzureNative.AzureResilienceManagement.Inputs.RecoveryGroupCustomRunbookActionArgs
                            {
                                Name = "string",
                                TimeoutInMinutes = 0,
                                Type = "CustomRunbook",
                                ActionResourceId = "string",
                                AssociatedIdentity = new AzureNative.AzureResilienceManagement.Inputs.AssociatedIdentityArgs
                                {
                                    Type = "string",
                                    UserAssignedIdentity = "string",
                                },
                                Description = "string",
                                Parameters = 
                                {
                                    { "string", "string" },
                                },
                            },
                        },
                    },
                },
                AdditionalGroups = 
                {
                    new AzureNative.AzureResilienceManagement.Inputs.RecoveryGroupArgs
                    {
                        Properties = new AzureNative.AzureResilienceManagement.Inputs.RecoveryGroupPropertiesArgs
                        {
                            Description = "string",
                            GroupUniqueId = "string",
                            OrderId = 0,
                            PostActions = new[]
                            {
                                new AzureNative.AzureResilienceManagement.Inputs.RecoveryGroupCustomRunbookActionArgs
                                {
                                    Name = "string",
                                    TimeoutInMinutes = 0,
                                    Type = "CustomRunbook",
                                    ActionResourceId = "string",
                                    AssociatedIdentity = new AzureNative.AzureResilienceManagement.Inputs.AssociatedIdentityArgs
                                    {
                                        Type = "string",
                                        UserAssignedIdentity = "string",
                                    },
                                    Description = "string",
                                    Parameters = 
                                    {
                                        { "string", "string" },
                                    },
                                },
                            },
                            PreActions = new[]
                            {
                                new AzureNative.AzureResilienceManagement.Inputs.RecoveryGroupCustomRunbookActionArgs
                                {
                                    Name = "string",
                                    TimeoutInMinutes = 0,
                                    Type = "CustomRunbook",
                                    ActionResourceId = "string",
                                    AssociatedIdentity = new AzureNative.AzureResilienceManagement.Inputs.AssociatedIdentityArgs
                                    {
                                        Type = "string",
                                        UserAssignedIdentity = "string",
                                    },
                                    Description = "string",
                                    Parameters = 
                                    {
                                        { "string", "string" },
                                    },
                                },
                            },
                        },
                    },
                },
            },
        },
        RecoveryPlanName = "string",
    });
    
    example, err := azureresiliencemanagement.NewRecoveryPlan(ctx, "recoveryPlanResource", &azureresiliencemanagement.RecoveryPlanArgs{
    	ServiceGroupName: pulumi.String("string"),
    	Identity: &azureresiliencemanagement.ManagedServiceIdentityArgs{
    		Type: pulumi.String("string"),
    		UserAssignedIdentities: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    	},
    	Properties: &azureresiliencemanagement.RecoveryPlanPropertiesArgs{
    		PlanDescription: pulumi.String("string"),
    		PlanType:        pulumi.String("string"),
    		RecoveryGroupsSetting: &azureresiliencemanagement.RecoveryGroupsSettingArgs{
    			DefaultGroup: &azureresiliencemanagement.RecoveryGroupArgs{
    				Properties: &azureresiliencemanagement.RecoveryGroupPropertiesArgs{
    					Description:   pulumi.String("string"),
    					GroupUniqueId: pulumi.String("string"),
    					OrderId:       pulumi.Int(0),
    					PostActions: pulumi.Array{
    						&azureresiliencemanagement.RecoveryGroupCustomRunbookActionArgs{
    							Name:             pulumi.String("string"),
    							TimeoutInMinutes: pulumi.Int(0),
    							Type:             pulumi.String("CustomRunbook"),
    							ActionResourceId: pulumi.String("string"),
    							AssociatedIdentity: &azureresiliencemanagement.AssociatedIdentityArgs{
    								Type:                 pulumi.String("string"),
    								UserAssignedIdentity: pulumi.String("string"),
    							},
    							Description: pulumi.String("string"),
    							Parameters: pulumi.StringMap{
    								"string": pulumi.String("string"),
    							},
    						},
    					},
    					PreActions: pulumi.Array{
    						&azureresiliencemanagement.RecoveryGroupCustomRunbookActionArgs{
    							Name:             pulumi.String("string"),
    							TimeoutInMinutes: pulumi.Int(0),
    							Type:             pulumi.String("CustomRunbook"),
    							ActionResourceId: pulumi.String("string"),
    							AssociatedIdentity: &azureresiliencemanagement.AssociatedIdentityArgs{
    								Type:                 pulumi.String("string"),
    								UserAssignedIdentity: pulumi.String("string"),
    							},
    							Description: pulumi.String("string"),
    							Parameters: pulumi.StringMap{
    								"string": pulumi.String("string"),
    							},
    						},
    					},
    				},
    			},
    			AdditionalGroups: azureresiliencemanagement.RecoveryGroupArray{
    				&azureresiliencemanagement.RecoveryGroupArgs{
    					Properties: &azureresiliencemanagement.RecoveryGroupPropertiesArgs{
    						Description:   pulumi.String("string"),
    						GroupUniqueId: pulumi.String("string"),
    						OrderId:       pulumi.Int(0),
    						PostActions: pulumi.Array{
    							&azureresiliencemanagement.RecoveryGroupCustomRunbookActionArgs{
    								Name:             pulumi.String("string"),
    								TimeoutInMinutes: pulumi.Int(0),
    								Type:             pulumi.String("CustomRunbook"),
    								ActionResourceId: pulumi.String("string"),
    								AssociatedIdentity: &azureresiliencemanagement.AssociatedIdentityArgs{
    									Type:                 pulumi.String("string"),
    									UserAssignedIdentity: pulumi.String("string"),
    								},
    								Description: pulumi.String("string"),
    								Parameters: pulumi.StringMap{
    									"string": pulumi.String("string"),
    								},
    							},
    						},
    						PreActions: pulumi.Array{
    							&azureresiliencemanagement.RecoveryGroupCustomRunbookActionArgs{
    								Name:             pulumi.String("string"),
    								TimeoutInMinutes: pulumi.Int(0),
    								Type:             pulumi.String("CustomRunbook"),
    								ActionResourceId: pulumi.String("string"),
    								AssociatedIdentity: &azureresiliencemanagement.AssociatedIdentityArgs{
    									Type:                 pulumi.String("string"),
    									UserAssignedIdentity: pulumi.String("string"),
    								},
    								Description: pulumi.String("string"),
    								Parameters: pulumi.StringMap{
    									"string": pulumi.String("string"),
    								},
    							},
    						},
    					},
    				},
    			},
    		},
    	},
    	RecoveryPlanName: pulumi.String("string"),
    })
    
    resource "azure-native_azureresiliencemanagement_recovery_plan" "recoveryPlanResource" {
      lifecycle {
        create_before_destroy = true
      }
      service_group_name = "string"
      identity = {
        type                     = "string"
        user_assigned_identities = ["string"]
      }
      properties = {
        plan_description = "string"
        plan_type        = "string"
        recovery_groups_setting = {
          default_group = {
            properties = {
              description     = "string"
              group_unique_id = "string"
              order_id        = 0
              post_actions = [{
                name               = "string"
                timeout_in_minutes = 0
                type               = "CustomRunbook"
                action_resource_id = "string"
                associated_identity = {
                  type                   = "string"
                  user_assigned_identity = "string"
                }
                description = "string"
                parameters = {
                  "string" = "string"
                }
              }]
              pre_actions = [{
                name               = "string"
                timeout_in_minutes = 0
                type               = "CustomRunbook"
                action_resource_id = "string"
                associated_identity = {
                  type                   = "string"
                  user_assigned_identity = "string"
                }
                description = "string"
                parameters = {
                  "string" = "string"
                }
              }]
            }
          }
          additional_groups = [{
            properties = {
              description     = "string"
              group_unique_id = "string"
              order_id        = 0
              post_actions = [{
                name               = "string"
                timeout_in_minutes = 0
                type               = "CustomRunbook"
                action_resource_id = "string"
                associated_identity = {
                  type                   = "string"
                  user_assigned_identity = "string"
                }
                description = "string"
                parameters = {
                  "string" = "string"
                }
              }]
              pre_actions = [{
                name               = "string"
                timeout_in_minutes = 0
                type               = "CustomRunbook"
                action_resource_id = "string"
                associated_identity = {
                  type                   = "string"
                  user_assigned_identity = "string"
                }
                description = "string"
                parameters = {
                  "string" = "string"
                }
              }]
            }
          }]
        }
      }
      recovery_plan_name = "string"
    }
    
    var recoveryPlanResource = new RecoveryPlan("recoveryPlanResource", RecoveryPlanArgs.builder()
        .serviceGroupName("string")
        .identity(com.pulumi.azurenative.azureresiliencemanagement.inputs.ManagedServiceIdentityArgs.builder()
            .type("string")
            .userAssignedIdentities("string")
            .build())
        .properties(RecoveryPlanPropertiesArgs.builder()
            .planDescription("string")
            .planType("string")
            .recoveryGroupsSetting(RecoveryGroupsSettingArgs.builder()
                .defaultGroup(RecoveryGroupArgs.builder()
                    .properties(RecoveryGroupPropertiesArgs.builder()
                        .description("string")
                        .groupUniqueId("string")
                        .orderId(0)
                        .postActions(RecoveryGroupCustomRunbookActionArgs.builder()
                            .name("string")
                            .timeoutInMinutes(0)
                            .type("CustomRunbook")
                            .actionResourceId("string")
                            .associatedIdentity(AssociatedIdentityArgs.builder()
                                .type("string")
                                .userAssignedIdentity("string")
                                .build())
                            .description("string")
                            .parameters(Map.of("string", "string"))
                            .build())
                        .preActions(RecoveryGroupCustomRunbookActionArgs.builder()
                            .name("string")
                            .timeoutInMinutes(0)
                            .type("CustomRunbook")
                            .actionResourceId("string")
                            .associatedIdentity(AssociatedIdentityArgs.builder()
                                .type("string")
                                .userAssignedIdentity("string")
                                .build())
                            .description("string")
                            .parameters(Map.of("string", "string"))
                            .build())
                        .build())
                    .build())
                .additionalGroups(RecoveryGroupArgs.builder()
                    .properties(RecoveryGroupPropertiesArgs.builder()
                        .description("string")
                        .groupUniqueId("string")
                        .orderId(0)
                        .postActions(RecoveryGroupCustomRunbookActionArgs.builder()
                            .name("string")
                            .timeoutInMinutes(0)
                            .type("CustomRunbook")
                            .actionResourceId("string")
                            .associatedIdentity(AssociatedIdentityArgs.builder()
                                .type("string")
                                .userAssignedIdentity("string")
                                .build())
                            .description("string")
                            .parameters(Map.of("string", "string"))
                            .build())
                        .preActions(RecoveryGroupCustomRunbookActionArgs.builder()
                            .name("string")
                            .timeoutInMinutes(0)
                            .type("CustomRunbook")
                            .actionResourceId("string")
                            .associatedIdentity(AssociatedIdentityArgs.builder()
                                .type("string")
                                .userAssignedIdentity("string")
                                .build())
                            .description("string")
                            .parameters(Map.of("string", "string"))
                            .build())
                        .build())
                    .build())
                .build())
            .build())
        .recoveryPlanName("string")
        .build());
    
    recovery_plan_resource = azure_native.azureresiliencemanagement.RecoveryPlan("recoveryPlanResource",
        service_group_name="string",
        identity={
            "type": "string",
            "user_assigned_identities": ["string"],
        },
        properties={
            "plan_description": "string",
            "plan_type": "string",
            "recovery_groups_setting": {
                "default_group": {
                    "properties": {
                        "description": "string",
                        "group_unique_id": "string",
                        "order_id": 0,
                        "post_actions": [{
                            "name": "string",
                            "timeout_in_minutes": 0,
                            "type": "CustomRunbook",
                            "action_resource_id": "string",
                            "associated_identity": {
                                "type": "string",
                                "user_assigned_identity": "string",
                            },
                            "description": "string",
                            "parameters": {
                                "string": "string",
                            },
                        }],
                        "pre_actions": [{
                            "name": "string",
                            "timeout_in_minutes": 0,
                            "type": "CustomRunbook",
                            "action_resource_id": "string",
                            "associated_identity": {
                                "type": "string",
                                "user_assigned_identity": "string",
                            },
                            "description": "string",
                            "parameters": {
                                "string": "string",
                            },
                        }],
                    },
                },
                "additional_groups": [{
                    "properties": {
                        "description": "string",
                        "group_unique_id": "string",
                        "order_id": 0,
                        "post_actions": [{
                            "name": "string",
                            "timeout_in_minutes": 0,
                            "type": "CustomRunbook",
                            "action_resource_id": "string",
                            "associated_identity": {
                                "type": "string",
                                "user_assigned_identity": "string",
                            },
                            "description": "string",
                            "parameters": {
                                "string": "string",
                            },
                        }],
                        "pre_actions": [{
                            "name": "string",
                            "timeout_in_minutes": 0,
                            "type": "CustomRunbook",
                            "action_resource_id": "string",
                            "associated_identity": {
                                "type": "string",
                                "user_assigned_identity": "string",
                            },
                            "description": "string",
                            "parameters": {
                                "string": "string",
                            },
                        }],
                    },
                }],
            },
        },
        recovery_plan_name="string")
    
    const recoveryPlanResource = new azure_native.azureresiliencemanagement.RecoveryPlan("recoveryPlanResource", {
        serviceGroupName: "string",
        identity: {
            type: "string",
            userAssignedIdentities: ["string"],
        },
        properties: {
            planDescription: "string",
            planType: "string",
            recoveryGroupsSetting: {
                defaultGroup: {
                    properties: {
                        description: "string",
                        groupUniqueId: "string",
                        orderId: 0,
                        postActions: [{
                            name: "string",
                            timeoutInMinutes: 0,
                            type: "CustomRunbook",
                            actionResourceId: "string",
                            associatedIdentity: {
                                type: "string",
                                userAssignedIdentity: "string",
                            },
                            description: "string",
                            parameters: {
                                string: "string",
                            },
                        }],
                        preActions: [{
                            name: "string",
                            timeoutInMinutes: 0,
                            type: "CustomRunbook",
                            actionResourceId: "string",
                            associatedIdentity: {
                                type: "string",
                                userAssignedIdentity: "string",
                            },
                            description: "string",
                            parameters: {
                                string: "string",
                            },
                        }],
                    },
                },
                additionalGroups: [{
                    properties: {
                        description: "string",
                        groupUniqueId: "string",
                        orderId: 0,
                        postActions: [{
                            name: "string",
                            timeoutInMinutes: 0,
                            type: "CustomRunbook",
                            actionResourceId: "string",
                            associatedIdentity: {
                                type: "string",
                                userAssignedIdentity: "string",
                            },
                            description: "string",
                            parameters: {
                                string: "string",
                            },
                        }],
                        preActions: [{
                            name: "string",
                            timeoutInMinutes: 0,
                            type: "CustomRunbook",
                            actionResourceId: "string",
                            associatedIdentity: {
                                type: "string",
                                userAssignedIdentity: "string",
                            },
                            description: "string",
                            parameters: {
                                string: "string",
                            },
                        }],
                    },
                }],
            },
        },
        recoveryPlanName: "string",
    });
    
    type: azure-native:azureresiliencemanagement:RecoveryPlan
    properties:
        identity:
            type: string
            userAssignedIdentities:
                - string
        properties:
            planDescription: string
            planType: string
            recoveryGroupsSetting:
                additionalGroups:
                    - properties:
                        description: string
                        groupUniqueId: string
                        orderId: 0
                        postActions:
                            - actionResourceId: string
                              associatedIdentity:
                                type: string
                                userAssignedIdentity: string
                              description: string
                              name: string
                              parameters:
                                string: string
                              timeoutInMinutes: 0
                              type: CustomRunbook
                        preActions:
                            - actionResourceId: string
                              associatedIdentity:
                                type: string
                                userAssignedIdentity: string
                              description: string
                              name: string
                              parameters:
                                string: string
                              timeoutInMinutes: 0
                              type: CustomRunbook
                defaultGroup:
                    properties:
                        description: string
                        groupUniqueId: string
                        orderId: 0
                        postActions:
                            - actionResourceId: string
                              associatedIdentity:
                                type: string
                                userAssignedIdentity: string
                              description: string
                              name: string
                              parameters:
                                string: string
                              timeoutInMinutes: 0
                              type: CustomRunbook
                        preActions:
                            - actionResourceId: string
                              associatedIdentity:
                                type: string
                                userAssignedIdentity: string
                              description: string
                              name: string
                              parameters:
                                string: string
                              timeoutInMinutes: 0
                              type: CustomRunbook
        recoveryPlanName: string
        serviceGroupName: string
    

    RecoveryPlan 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 RecoveryPlan resource accepts the following input properties:

    ServiceGroupName string
    The name of the service group.
    Identity Pulumi.AzureNative.AzureResilienceManagement.Inputs.ManagedServiceIdentity
    The managed service identities assigned to this resource.
    Properties Pulumi.AzureNative.AzureResilienceManagement.Inputs.RecoveryPlanProperties
    The resource-specific properties for this resource.
    RecoveryPlanName string
    The name of the recovery orchestration plan.
    ServiceGroupName string
    The name of the service group.
    Identity ManagedServiceIdentityArgs
    The managed service identities assigned to this resource.
    Properties RecoveryPlanPropertiesArgs
    The resource-specific properties for this resource.
    RecoveryPlanName string
    The name of the recovery orchestration plan.
    service_group_name string
    The name of the service group.
    identity object
    The managed service identities assigned to this resource.
    properties object
    The resource-specific properties for this resource.
    recovery_plan_name string
    The name of the recovery orchestration plan.
    serviceGroupName String
    The name of the service group.
    identity ManagedServiceIdentity
    The managed service identities assigned to this resource.
    properties RecoveryPlanProperties
    The resource-specific properties for this resource.
    recoveryPlanName String
    The name of the recovery orchestration plan.
    serviceGroupName string
    The name of the service group.
    identity ManagedServiceIdentity
    The managed service identities assigned to this resource.
    properties RecoveryPlanProperties
    The resource-specific properties for this resource.
    recoveryPlanName string
    The name of the recovery orchestration plan.
    service_group_name str
    The name of the service group.
    identity ManagedServiceIdentityArgs
    The managed service identities assigned to this resource.
    properties RecoveryPlanPropertiesArgs
    The resource-specific properties for this resource.
    recovery_plan_name str
    The name of the recovery orchestration plan.
    serviceGroupName String
    The name of the service group.
    identity Property Map
    The managed service identities assigned to this resource.
    properties Property Map
    The resource-specific properties for this resource.
    recoveryPlanName String
    The name of the recovery orchestration plan.

    Outputs

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

    AzureApiVersion string
    The Azure API version of the resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The name of the resource
    SystemData Pulumi.AzureNative.AzureResilienceManagement.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    AzureApiVersion string
    The Azure API version of the resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The name of the resource
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    azure_api_version string
    The Azure API version of the resource.
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    The name of the resource
    system_data object
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    azureApiVersion String
    The Azure API version of the resource.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The name of the resource
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    azureApiVersion string
    The Azure API version of the resource.
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    The name of the resource
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    azure_api_version str
    The Azure API version of the resource.
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    The name of the resource
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    azureApiVersion String
    The Azure API version of the resource.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The name of the resource
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    Supporting Types

    AssociatedIdentity, AssociatedIdentityArgs

    Definition of associated identity linked with the various resources.
    Type string | Pulumi.AzureNative.AzureResilienceManagement.ManagedServiceIdentityType
    Identity type linked with the resource
    UserAssignedIdentity string
    User assigned identity id linked with the resource
    Type string | ManagedServiceIdentityType
    Identity type linked with the resource
    UserAssignedIdentity string
    User assigned identity id linked with the resource
    type string | "None" | "SystemAssigned" | "UserAssigned" | "SystemAssigned,UserAssigned"
    Identity type linked with the resource
    user_assigned_identity string
    User assigned identity id linked with the resource
    type String | ManagedServiceIdentityType
    Identity type linked with the resource
    userAssignedIdentity String
    User assigned identity id linked with the resource
    type string | ManagedServiceIdentityType
    Identity type linked with the resource
    userAssignedIdentity string
    User assigned identity id linked with the resource
    type str | ManagedServiceIdentityType
    Identity type linked with the resource
    user_assigned_identity str
    User assigned identity id linked with the resource
    type String | "None" | "SystemAssigned" | "UserAssigned" | "SystemAssigned,UserAssigned"
    Identity type linked with the resource
    userAssignedIdentity String
    User assigned identity id linked with the resource

    AssociatedIdentityResponse, AssociatedIdentityResponseArgs

    Definition of associated identity linked with the various resources.
    Type string
    Identity type linked with the resource
    UserAssignedIdentity string
    User assigned identity id linked with the resource
    Type string
    Identity type linked with the resource
    UserAssignedIdentity string
    User assigned identity id linked with the resource
    type string
    Identity type linked with the resource
    user_assigned_identity string
    User assigned identity id linked with the resource
    type String
    Identity type linked with the resource
    userAssignedIdentity String
    User assigned identity id linked with the resource
    type string
    Identity type linked with the resource
    userAssignedIdentity string
    User assigned identity id linked with the resource
    type str
    Identity type linked with the resource
    user_assigned_identity str
    User assigned identity id linked with the resource
    type String
    Identity type linked with the resource
    userAssignedIdentity String
    User assigned identity id linked with the resource

    ErrorAdditionalInfoResponse, ErrorAdditionalInfoResponseArgs

    The resource management error additional info.
    Info object
    The additional info.
    Type string
    The additional info type.
    Info interface{}
    The additional info.
    Type string
    The additional info type.
    info any
    The additional info.
    type string
    The additional info type.
    info Object
    The additional info.
    type String
    The additional info type.
    info any
    The additional info.
    type string
    The additional info type.
    info Any
    The additional info.
    type str
    The additional info type.
    info Any
    The additional info.
    type String
    The additional info type.

    ErrorDetailResponse, ErrorDetailResponseArgs

    The error detail.
    AdditionalInfo []ErrorAdditionalInfoResponse
    The error additional info.
    Code string
    The error code.
    Details []ErrorDetailResponse
    The error details.
    Message string
    The error message.
    Target string
    The error target.
    additional_info list(object)
    The error additional info.
    code string
    The error code.
    details list(object)
    The error details.
    message string
    The error message.
    target string
    The error target.
    additionalInfo List<ErrorAdditionalInfoResponse>
    The error additional info.
    code String
    The error code.
    details List<ErrorDetailResponse>
    The error details.
    message String
    The error message.
    target String
    The error target.
    additionalInfo ErrorAdditionalInfoResponse[]
    The error additional info.
    code string
    The error code.
    details ErrorDetailResponse[]
    The error details.
    message string
    The error message.
    target string
    The error target.
    additional_info Sequence[ErrorAdditionalInfoResponse]
    The error additional info.
    code str
    The error code.
    details Sequence[ErrorDetailResponse]
    The error details.
    message str
    The error message.
    target str
    The error target.
    additionalInfo List<Property Map>
    The error additional info.
    code String
    The error code.
    details List<Property Map>
    The error details.
    message String
    The error message.
    target String
    The error target.

    ManagedServiceIdentity, ManagedServiceIdentityArgs

    Managed service identity (system assigned and/or user assigned identities)
    Type string | Pulumi.AzureNative.AzureResilienceManagement.ManagedServiceIdentityType
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities List<string>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    Type string | ManagedServiceIdentityType
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities []string
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    type string | "None" | "SystemAssigned" | "UserAssigned" | "SystemAssigned,UserAssigned"
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    user_assigned_identities list(string)
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    type String | ManagedServiceIdentityType
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities List<String>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    type string | ManagedServiceIdentityType
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities string[]
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    type str | ManagedServiceIdentityType
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    user_assigned_identities Sequence[str]
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    type String | "None" | "SystemAssigned" | "UserAssigned" | "SystemAssigned,UserAssigned"
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities List<String>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

    ManagedServiceIdentityResponse, ManagedServiceIdentityResponseArgs

    Managed service identity (system assigned and/or user assigned identities)
    PrincipalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    TenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    Type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.AzureResilienceManagement.Inputs.UserAssignedIdentityResponse>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    PrincipalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    TenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    Type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities map[string]UserAssignedIdentityResponse
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principal_id string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenant_id string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    user_assigned_identities map(object)
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId String
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId String
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type String
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities Map<String,UserAssignedIdentityResponse>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities {[key: string]: UserAssignedIdentityResponse}
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principal_id str
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenant_id str
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type str
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    user_assigned_identities Mapping[str, UserAssignedIdentityResponse]
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId String
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId String
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type String
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities Map<Property Map>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

    ManagedServiceIdentityType, ManagedServiceIdentityTypeArgs

    None
    None
    SystemAssigned
    SystemAssigned
    UserAssigned
    UserAssigned
    SystemAssigned_UserAssigned
    SystemAssigned,UserAssigned
    ManagedServiceIdentityTypeNone
    None
    ManagedServiceIdentityTypeSystemAssigned
    SystemAssigned
    ManagedServiceIdentityTypeUserAssigned
    UserAssigned
    ManagedServiceIdentityType_SystemAssigned_UserAssigned
    SystemAssigned,UserAssigned
    "None"
    None
    "SystemAssigned"
    SystemAssigned
    "UserAssigned"
    UserAssigned
    "SystemAssigned,UserAssigned"
    SystemAssigned,UserAssigned
    None
    None
    SystemAssigned
    SystemAssigned
    UserAssigned
    UserAssigned
    SystemAssigned_UserAssigned
    SystemAssigned,UserAssigned
    None
    None
    SystemAssigned
    SystemAssigned
    UserAssigned
    UserAssigned
    SystemAssigned_UserAssigned
    SystemAssigned,UserAssigned
    NONE
    None
    SYSTEM_ASSIGNED
    SystemAssigned
    USER_ASSIGNED
    UserAssigned
    SYSTEM_ASSIGNED_USER_ASSIGNED
    SystemAssigned,UserAssigned
    "None"
    None
    "SystemAssigned"
    SystemAssigned
    "UserAssigned"
    UserAssigned
    "SystemAssigned,UserAssigned"
    SystemAssigned,UserAssigned

    RecoveryGroup, RecoveryGroupArgs

    Represents a recovery orchestration group resource in the Azure Resilience Management provider namespace.
    Properties RecoveryGroupProperties
    The resource-specific properties for this resource.
    properties object
    The resource-specific properties for this resource.
    properties RecoveryGroupProperties
    The resource-specific properties for this resource.
    properties RecoveryGroupProperties
    The resource-specific properties for this resource.
    properties RecoveryGroupProperties
    The resource-specific properties for this resource.
    properties Property Map
    The resource-specific properties for this resource.

    RecoveryGroupCustomRunbookAction, RecoveryGroupCustomRunbookActionArgs

    Defines a custom runbook action for the recovery orchestration group.
    Name string
    The name of the recovery orchestration group action.
    TimeoutInMinutes int
    The maximum amount of time, in minutes, allowed for the action to complete before it times out.
    ActionResourceId string
    The ARM Resource ID of the resource that includes the actionable script, such as a Runbook in an Automation Account.
    AssociatedIdentity Pulumi.AzureNative.AzureResilienceManagement.Inputs.AssociatedIdentity
    The identity associated with actionResourceId for RBAC.
    Description string
    A description of the recovery orchestration group action, containing the instructions to be performed during this action.
    Parameters Dictionary<string, string>
    Key-value parameters for the operation.
    Name string
    The name of the recovery orchestration group action.
    TimeoutInMinutes int
    The maximum amount of time, in minutes, allowed for the action to complete before it times out.
    ActionResourceId string
    The ARM Resource ID of the resource that includes the actionable script, such as a Runbook in an Automation Account.
    AssociatedIdentity AssociatedIdentity
    The identity associated with actionResourceId for RBAC.
    Description string
    A description of the recovery orchestration group action, containing the instructions to be performed during this action.
    Parameters map[string]string
    Key-value parameters for the operation.
    name string
    The name of the recovery orchestration group action.
    timeout_in_minutes number
    The maximum amount of time, in minutes, allowed for the action to complete before it times out.
    action_resource_id string
    The ARM Resource ID of the resource that includes the actionable script, such as a Runbook in an Automation Account.
    associated_identity object
    The identity associated with actionResourceId for RBAC.
    description string
    A description of the recovery orchestration group action, containing the instructions to be performed during this action.
    parameters map(string)
    Key-value parameters for the operation.
    name String
    The name of the recovery orchestration group action.
    timeoutInMinutes Integer
    The maximum amount of time, in minutes, allowed for the action to complete before it times out.
    actionResourceId String
    The ARM Resource ID of the resource that includes the actionable script, such as a Runbook in an Automation Account.
    associatedIdentity AssociatedIdentity
    The identity associated with actionResourceId for RBAC.
    description String
    A description of the recovery orchestration group action, containing the instructions to be performed during this action.
    parameters Map<String,String>
    Key-value parameters for the operation.
    name string
    The name of the recovery orchestration group action.
    timeoutInMinutes number
    The maximum amount of time, in minutes, allowed for the action to complete before it times out.
    actionResourceId string
    The ARM Resource ID of the resource that includes the actionable script, such as a Runbook in an Automation Account.
    associatedIdentity AssociatedIdentity
    The identity associated with actionResourceId for RBAC.
    description string
    A description of the recovery orchestration group action, containing the instructions to be performed during this action.
    parameters {[key: string]: string}
    Key-value parameters for the operation.
    name str
    The name of the recovery orchestration group action.
    timeout_in_minutes int
    The maximum amount of time, in minutes, allowed for the action to complete before it times out.
    action_resource_id str
    The ARM Resource ID of the resource that includes the actionable script, such as a Runbook in an Automation Account.
    associated_identity AssociatedIdentity
    The identity associated with actionResourceId for RBAC.
    description str
    A description of the recovery orchestration group action, containing the instructions to be performed during this action.
    parameters Mapping[str, str]
    Key-value parameters for the operation.
    name String
    The name of the recovery orchestration group action.
    timeoutInMinutes Number
    The maximum amount of time, in minutes, allowed for the action to complete before it times out.
    actionResourceId String
    The ARM Resource ID of the resource that includes the actionable script, such as a Runbook in an Automation Account.
    associatedIdentity Property Map
    The identity associated with actionResourceId for RBAC.
    description String
    A description of the recovery orchestration group action, containing the instructions to be performed during this action.
    parameters Map<String>
    Key-value parameters for the operation.

    RecoveryGroupCustomRunbookActionResponse, RecoveryGroupCustomRunbookActionResponseArgs

    Defines a custom runbook action for the recovery orchestration group.
    Name string
    The name of the recovery orchestration group action.
    TimeoutInMinutes int
    The maximum amount of time, in minutes, allowed for the action to complete before it times out.
    ActionResourceId string
    The ARM Resource ID of the resource that includes the actionable script, such as a Runbook in an Automation Account.
    AssociatedIdentity Pulumi.AzureNative.AzureResilienceManagement.Inputs.AssociatedIdentityResponse
    The identity associated with actionResourceId for RBAC.
    Description string
    A description of the recovery orchestration group action, containing the instructions to be performed during this action.
    Parameters Dictionary<string, string>
    Key-value parameters for the operation.
    Name string
    The name of the recovery orchestration group action.
    TimeoutInMinutes int
    The maximum amount of time, in minutes, allowed for the action to complete before it times out.
    ActionResourceId string
    The ARM Resource ID of the resource that includes the actionable script, such as a Runbook in an Automation Account.
    AssociatedIdentity AssociatedIdentityResponse
    The identity associated with actionResourceId for RBAC.
    Description string
    A description of the recovery orchestration group action, containing the instructions to be performed during this action.
    Parameters map[string]string
    Key-value parameters for the operation.
    name string
    The name of the recovery orchestration group action.
    timeout_in_minutes number
    The maximum amount of time, in minutes, allowed for the action to complete before it times out.
    action_resource_id string
    The ARM Resource ID of the resource that includes the actionable script, such as a Runbook in an Automation Account.
    associated_identity object
    The identity associated with actionResourceId for RBAC.
    description string
    A description of the recovery orchestration group action, containing the instructions to be performed during this action.
    parameters map(string)
    Key-value parameters for the operation.
    name String
    The name of the recovery orchestration group action.
    timeoutInMinutes Integer
    The maximum amount of time, in minutes, allowed for the action to complete before it times out.
    actionResourceId String
    The ARM Resource ID of the resource that includes the actionable script, such as a Runbook in an Automation Account.
    associatedIdentity AssociatedIdentityResponse
    The identity associated with actionResourceId for RBAC.
    description String
    A description of the recovery orchestration group action, containing the instructions to be performed during this action.
    parameters Map<String,String>
    Key-value parameters for the operation.
    name string
    The name of the recovery orchestration group action.
    timeoutInMinutes number
    The maximum amount of time, in minutes, allowed for the action to complete before it times out.
    actionResourceId string
    The ARM Resource ID of the resource that includes the actionable script, such as a Runbook in an Automation Account.
    associatedIdentity AssociatedIdentityResponse
    The identity associated with actionResourceId for RBAC.
    description string
    A description of the recovery orchestration group action, containing the instructions to be performed during this action.
    parameters {[key: string]: string}
    Key-value parameters for the operation.
    name str
    The name of the recovery orchestration group action.
    timeout_in_minutes int
    The maximum amount of time, in minutes, allowed for the action to complete before it times out.
    action_resource_id str
    The ARM Resource ID of the resource that includes the actionable script, such as a Runbook in an Automation Account.
    associated_identity AssociatedIdentityResponse
    The identity associated with actionResourceId for RBAC.
    description str
    A description of the recovery orchestration group action, containing the instructions to be performed during this action.
    parameters Mapping[str, str]
    Key-value parameters for the operation.
    name String
    The name of the recovery orchestration group action.
    timeoutInMinutes Number
    The maximum amount of time, in minutes, allowed for the action to complete before it times out.
    actionResourceId String
    The ARM Resource ID of the resource that includes the actionable script, such as a Runbook in an Automation Account.
    associatedIdentity Property Map
    The identity associated with actionResourceId for RBAC.
    description String
    A description of the recovery orchestration group action, containing the instructions to be performed during this action.
    parameters Map<String>
    Key-value parameters for the operation.

    RecoveryGroupManualAction, RecoveryGroupManualActionArgs

    Defines a manual action for the recovery orchestration group.
    Name string
    The name of the recovery orchestration group action.
    TimeoutInMinutes int
    The maximum amount of time, in minutes, allowed for the action to complete before it times out.
    Description string
    A description of the recovery orchestration group action, containing the instructions to be performed during this action.
    Name string
    The name of the recovery orchestration group action.
    TimeoutInMinutes int
    The maximum amount of time, in minutes, allowed for the action to complete before it times out.
    Description string
    A description of the recovery orchestration group action, containing the instructions to be performed during this action.
    name string
    The name of the recovery orchestration group action.
    timeout_in_minutes number
    The maximum amount of time, in minutes, allowed for the action to complete before it times out.
    description string
    A description of the recovery orchestration group action, containing the instructions to be performed during this action.
    name String
    The name of the recovery orchestration group action.
    timeoutInMinutes Integer
    The maximum amount of time, in minutes, allowed for the action to complete before it times out.
    description String
    A description of the recovery orchestration group action, containing the instructions to be performed during this action.
    name string
    The name of the recovery orchestration group action.
    timeoutInMinutes number
    The maximum amount of time, in minutes, allowed for the action to complete before it times out.
    description string
    A description of the recovery orchestration group action, containing the instructions to be performed during this action.
    name str
    The name of the recovery orchestration group action.
    timeout_in_minutes int
    The maximum amount of time, in minutes, allowed for the action to complete before it times out.
    description str
    A description of the recovery orchestration group action, containing the instructions to be performed during this action.
    name String
    The name of the recovery orchestration group action.
    timeoutInMinutes Number
    The maximum amount of time, in minutes, allowed for the action to complete before it times out.
    description String
    A description of the recovery orchestration group action, containing the instructions to be performed during this action.

    RecoveryGroupManualActionResponse, RecoveryGroupManualActionResponseArgs

    Defines a manual action for the recovery orchestration group.
    Name string
    The name of the recovery orchestration group action.
    TimeoutInMinutes int
    The maximum amount of time, in minutes, allowed for the action to complete before it times out.
    Description string
    A description of the recovery orchestration group action, containing the instructions to be performed during this action.
    Name string
    The name of the recovery orchestration group action.
    TimeoutInMinutes int
    The maximum amount of time, in minutes, allowed for the action to complete before it times out.
    Description string
    A description of the recovery orchestration group action, containing the instructions to be performed during this action.
    name string
    The name of the recovery orchestration group action.
    timeout_in_minutes number
    The maximum amount of time, in minutes, allowed for the action to complete before it times out.
    description string
    A description of the recovery orchestration group action, containing the instructions to be performed during this action.
    name String
    The name of the recovery orchestration group action.
    timeoutInMinutes Integer
    The maximum amount of time, in minutes, allowed for the action to complete before it times out.
    description String
    A description of the recovery orchestration group action, containing the instructions to be performed during this action.
    name string
    The name of the recovery orchestration group action.
    timeoutInMinutes number
    The maximum amount of time, in minutes, allowed for the action to complete before it times out.
    description string
    A description of the recovery orchestration group action, containing the instructions to be performed during this action.
    name str
    The name of the recovery orchestration group action.
    timeout_in_minutes int
    The maximum amount of time, in minutes, allowed for the action to complete before it times out.
    description str
    A description of the recovery orchestration group action, containing the instructions to be performed during this action.
    name String
    The name of the recovery orchestration group action.
    timeoutInMinutes Number
    The maximum amount of time, in minutes, allowed for the action to complete before it times out.
    description String
    A description of the recovery orchestration group action, containing the instructions to be performed during this action.

    RecoveryGroupProperties, RecoveryGroupPropertiesArgs

    Properties of the recovery orchestration group.
    Description string
    A description of the recovery orchestration group.
    GroupUniqueId string
    A unique id for the recovery orchestration group, which is a GUID.
    OrderId int
    The order ID of the recovery orchestration group.
    PostActions List<Union<Pulumi.AzureNative.AzureResilienceManagement.Inputs.RecoveryGroupCustomRunbookAction, Pulumi.AzureNative.AzureResilienceManagement.Inputs.RecoveryGroupManualAction>>
    Post-actions for the recovery orchestration group.
    PreActions List<Union<Pulumi.AzureNative.AzureResilienceManagement.Inputs.RecoveryGroupCustomRunbookAction, Pulumi.AzureNative.AzureResilienceManagement.Inputs.RecoveryGroupManualAction>>
    Pre-actions for the recovery orchestration group.
    Description string
    A description of the recovery orchestration group.
    GroupUniqueId string
    A unique id for the recovery orchestration group, which is a GUID.
    OrderId int
    The order ID of the recovery orchestration group.
    PostActions []interface{}
    Post-actions for the recovery orchestration group.
    PreActions []interface{}
    Pre-actions for the recovery orchestration group.
    description string
    A description of the recovery orchestration group.
    group_unique_id string
    A unique id for the recovery orchestration group, which is a GUID.
    order_id number
    The order ID of the recovery orchestration group.
    post_actions list(object | object)
    Post-actions for the recovery orchestration group.
    pre_actions list(object | object)
    Pre-actions for the recovery orchestration group.
    description String
    A description of the recovery orchestration group.
    groupUniqueId String
    A unique id for the recovery orchestration group, which is a GUID.
    orderId Integer
    The order ID of the recovery orchestration group.
    postActions List<Either<RecoveryGroupCustomRunbookAction,RecoveryGroupManualAction>>
    Post-actions for the recovery orchestration group.
    preActions List<Either<RecoveryGroupCustomRunbookAction,RecoveryGroupManualAction>>
    Pre-actions for the recovery orchestration group.
    description string
    A description of the recovery orchestration group.
    groupUniqueId string
    A unique id for the recovery orchestration group, which is a GUID.
    orderId number
    The order ID of the recovery orchestration group.
    postActions (RecoveryGroupCustomRunbookAction | RecoveryGroupManualAction)[]
    Post-actions for the recovery orchestration group.
    preActions (RecoveryGroupCustomRunbookAction | RecoveryGroupManualAction)[]
    Pre-actions for the recovery orchestration group.
    description str
    A description of the recovery orchestration group.
    group_unique_id str
    A unique id for the recovery orchestration group, which is a GUID.
    order_id int
    The order ID of the recovery orchestration group.
    post_actions Sequence[Union[RecoveryGroupCustomRunbookAction, RecoveryGroupManualAction]]
    Post-actions for the recovery orchestration group.
    pre_actions Sequence[Union[RecoveryGroupCustomRunbookAction, RecoveryGroupManualAction]]
    Pre-actions for the recovery orchestration group.
    description String
    A description of the recovery orchestration group.
    groupUniqueId String
    A unique id for the recovery orchestration group, which is a GUID.
    orderId Number
    The order ID of the recovery orchestration group.
    postActions List<Property Map | Property Map>
    Post-actions for the recovery orchestration group.
    preActions List<Property Map | Property Map>
    Pre-actions for the recovery orchestration group.

    RecoveryGroupPropertiesResponse, RecoveryGroupPropertiesResponseArgs

    Properties of the recovery orchestration group.
    Description string
    A description of the recovery orchestration group.
    GroupUniqueId string
    A unique id for the recovery orchestration group, which is a GUID.
    OrderId int
    The order ID of the recovery orchestration group.
    PostActions List<Union<Pulumi.AzureNative.AzureResilienceManagement.Inputs.RecoveryGroupCustomRunbookActionResponse, Pulumi.AzureNative.AzureResilienceManagement.Inputs.RecoveryGroupManualActionResponse>>
    Post-actions for the recovery orchestration group.
    PreActions List<Union<Pulumi.AzureNative.AzureResilienceManagement.Inputs.RecoveryGroupCustomRunbookActionResponse, Pulumi.AzureNative.AzureResilienceManagement.Inputs.RecoveryGroupManualActionResponse>>
    Pre-actions for the recovery orchestration group.
    Description string
    A description of the recovery orchestration group.
    GroupUniqueId string
    A unique id for the recovery orchestration group, which is a GUID.
    OrderId int
    The order ID of the recovery orchestration group.
    PostActions []interface{}
    Post-actions for the recovery orchestration group.
    PreActions []interface{}
    Pre-actions for the recovery orchestration group.
    description string
    A description of the recovery orchestration group.
    group_unique_id string
    A unique id for the recovery orchestration group, which is a GUID.
    order_id number
    The order ID of the recovery orchestration group.
    post_actions list(object | object)
    Post-actions for the recovery orchestration group.
    pre_actions list(object | object)
    Pre-actions for the recovery orchestration group.
    description String
    A description of the recovery orchestration group.
    groupUniqueId String
    A unique id for the recovery orchestration group, which is a GUID.
    orderId Integer
    The order ID of the recovery orchestration group.
    postActions List<Either<RecoveryGroupCustomRunbookActionResponse,RecoveryGroupManualActionResponse>>
    Post-actions for the recovery orchestration group.
    preActions List<Either<RecoveryGroupCustomRunbookActionResponse,RecoveryGroupManualActionResponse>>
    Pre-actions for the recovery orchestration group.
    description string
    A description of the recovery orchestration group.
    groupUniqueId string
    A unique id for the recovery orchestration group, which is a GUID.
    orderId number
    The order ID of the recovery orchestration group.
    postActions (RecoveryGroupCustomRunbookActionResponse | RecoveryGroupManualActionResponse)[]
    Post-actions for the recovery orchestration group.
    preActions (RecoveryGroupCustomRunbookActionResponse | RecoveryGroupManualActionResponse)[]
    Pre-actions for the recovery orchestration group.
    description str
    A description of the recovery orchestration group.
    group_unique_id str
    A unique id for the recovery orchestration group, which is a GUID.
    order_id int
    The order ID of the recovery orchestration group.
    post_actions Sequence[Union[RecoveryGroupCustomRunbookActionResponse, RecoveryGroupManualActionResponse]]
    Post-actions for the recovery orchestration group.
    pre_actions Sequence[Union[RecoveryGroupCustomRunbookActionResponse, RecoveryGroupManualActionResponse]]
    Pre-actions for the recovery orchestration group.
    description String
    A description of the recovery orchestration group.
    groupUniqueId String
    A unique id for the recovery orchestration group, which is a GUID.
    orderId Number
    The order ID of the recovery orchestration group.
    postActions List<Property Map | Property Map>
    Post-actions for the recovery orchestration group.
    preActions List<Property Map | Property Map>
    Pre-actions for the recovery orchestration group.

    RecoveryGroupResponse, RecoveryGroupResponseArgs

    Represents a recovery orchestration group resource in the Azure Resilience Management provider namespace.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Name string
    The name of the resource
    SystemData Pulumi.AzureNative.AzureResilienceManagement.Inputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Properties Pulumi.AzureNative.AzureResilienceManagement.Inputs.RecoveryGroupPropertiesResponse
    The resource-specific properties for this resource.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Name string
    The name of the resource
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Properties RecoveryGroupPropertiesResponse
    The resource-specific properties for this resource.
    id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name string
    The name of the resource
    system_data object
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    properties object
    The resource-specific properties for this resource.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name String
    The name of the resource
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    properties RecoveryGroupPropertiesResponse
    The resource-specific properties for this resource.
    id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name string
    The name of the resource
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    properties RecoveryGroupPropertiesResponse
    The resource-specific properties for this resource.
    id str
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name str
    The name of the resource
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    properties RecoveryGroupPropertiesResponse
    The resource-specific properties for this resource.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name String
    The name of the resource
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    properties Property Map
    The resource-specific properties for this resource.

    RecoveryGroupsSetting, RecoveryGroupsSettingArgs

    Settings for the recovery orchestration groups.
    DefaultGroup Pulumi.AzureNative.AzureResilienceManagement.Inputs.RecoveryGroup
    The default recovery orchestration group setting. Every recovery orchestration plan has a default recovery orchestration group.
    AdditionalGroups List<Pulumi.AzureNative.AzureResilienceManagement.Inputs.RecoveryGroup>
    Additional recovery orchestration group settings.
    DefaultGroup RecoveryGroup
    The default recovery orchestration group setting. Every recovery orchestration plan has a default recovery orchestration group.
    AdditionalGroups []RecoveryGroup
    Additional recovery orchestration group settings.
    default_group object
    The default recovery orchestration group setting. Every recovery orchestration plan has a default recovery orchestration group.
    additional_groups list(object)
    Additional recovery orchestration group settings.
    defaultGroup RecoveryGroup
    The default recovery orchestration group setting. Every recovery orchestration plan has a default recovery orchestration group.
    additionalGroups List<RecoveryGroup>
    Additional recovery orchestration group settings.
    defaultGroup RecoveryGroup
    The default recovery orchestration group setting. Every recovery orchestration plan has a default recovery orchestration group.
    additionalGroups RecoveryGroup[]
    Additional recovery orchestration group settings.
    default_group RecoveryGroup
    The default recovery orchestration group setting. Every recovery orchestration plan has a default recovery orchestration group.
    additional_groups Sequence[RecoveryGroup]
    Additional recovery orchestration group settings.
    defaultGroup Property Map
    The default recovery orchestration group setting. Every recovery orchestration plan has a default recovery orchestration group.
    additionalGroups List<Property Map>
    Additional recovery orchestration group settings.

    RecoveryGroupsSettingResponse, RecoveryGroupsSettingResponseArgs

    Settings for the recovery orchestration groups.
    DefaultGroup Pulumi.AzureNative.AzureResilienceManagement.Inputs.RecoveryGroupResponse
    The default recovery orchestration group setting. Every recovery orchestration plan has a default recovery orchestration group.
    AdditionalGroups List<Pulumi.AzureNative.AzureResilienceManagement.Inputs.RecoveryGroupResponse>
    Additional recovery orchestration group settings.
    DefaultGroup RecoveryGroupResponse
    The default recovery orchestration group setting. Every recovery orchestration plan has a default recovery orchestration group.
    AdditionalGroups []RecoveryGroupResponse
    Additional recovery orchestration group settings.
    default_group object
    The default recovery orchestration group setting. Every recovery orchestration plan has a default recovery orchestration group.
    additional_groups list(object)
    Additional recovery orchestration group settings.
    defaultGroup RecoveryGroupResponse
    The default recovery orchestration group setting. Every recovery orchestration plan has a default recovery orchestration group.
    additionalGroups List<RecoveryGroupResponse>
    Additional recovery orchestration group settings.
    defaultGroup RecoveryGroupResponse
    The default recovery orchestration group setting. Every recovery orchestration plan has a default recovery orchestration group.
    additionalGroups RecoveryGroupResponse[]
    Additional recovery orchestration group settings.
    default_group RecoveryGroupResponse
    The default recovery orchestration group setting. Every recovery orchestration plan has a default recovery orchestration group.
    additional_groups Sequence[RecoveryGroupResponse]
    Additional recovery orchestration group settings.
    defaultGroup Property Map
    The default recovery orchestration group setting. Every recovery orchestration plan has a default recovery orchestration group.
    additionalGroups List<Property Map>
    Additional recovery orchestration group settings.

    RecoveryPlanFailoverOperationStatusResponse, RecoveryPlanFailoverOperationStatusResponseArgs

    Details of the recovery orchestration plan failover operation execution.
    ErrorDetails Pulumi.AzureNative.AzureResilienceManagement.Inputs.ErrorDetailResponse
    Error details for the most recent execution of the recovery orchestration plan.
    LastExecutedAt string
    The most recent execution time of the recovery orchestration plan in UTC.
    OperationStatus string
    The status of the most recent execution of the recovery orchestration plan.
    RecoveryTimeActual string
    The actual recovery time of the most recent recovery orchestration plan.
    ErrorDetails ErrorDetailResponse
    Error details for the most recent execution of the recovery orchestration plan.
    LastExecutedAt string
    The most recent execution time of the recovery orchestration plan in UTC.
    OperationStatus string
    The status of the most recent execution of the recovery orchestration plan.
    RecoveryTimeActual string
    The actual recovery time of the most recent recovery orchestration plan.
    error_details object
    Error details for the most recent execution of the recovery orchestration plan.
    last_executed_at string
    The most recent execution time of the recovery orchestration plan in UTC.
    operation_status string
    The status of the most recent execution of the recovery orchestration plan.
    recovery_time_actual string
    The actual recovery time of the most recent recovery orchestration plan.
    errorDetails ErrorDetailResponse
    Error details for the most recent execution of the recovery orchestration plan.
    lastExecutedAt String
    The most recent execution time of the recovery orchestration plan in UTC.
    operationStatus String
    The status of the most recent execution of the recovery orchestration plan.
    recoveryTimeActual String
    The actual recovery time of the most recent recovery orchestration plan.
    errorDetails ErrorDetailResponse
    Error details for the most recent execution of the recovery orchestration plan.
    lastExecutedAt string
    The most recent execution time of the recovery orchestration plan in UTC.
    operationStatus string
    The status of the most recent execution of the recovery orchestration plan.
    recoveryTimeActual string
    The actual recovery time of the most recent recovery orchestration plan.
    error_details ErrorDetailResponse
    Error details for the most recent execution of the recovery orchestration plan.
    last_executed_at str
    The most recent execution time of the recovery orchestration plan in UTC.
    operation_status str
    The status of the most recent execution of the recovery orchestration plan.
    recovery_time_actual str
    The actual recovery time of the most recent recovery orchestration plan.
    errorDetails Property Map
    Error details for the most recent execution of the recovery orchestration plan.
    lastExecutedAt String
    The most recent execution time of the recovery orchestration plan in UTC.
    operationStatus String
    The status of the most recent execution of the recovery orchestration plan.
    recoveryTimeActual String
    The actual recovery time of the most recent recovery orchestration plan.

    RecoveryPlanOperationStatusResponse, RecoveryPlanOperationStatusResponseArgs

    Details of the recovery orchestration plan operation execution.
    ErrorDetails Pulumi.AzureNative.AzureResilienceManagement.Inputs.ErrorDetailResponse
    Error details for the most recent execution of the recovery orchestration plan.
    LastExecutedAt string
    The most recent execution time of the recovery orchestration plan in UTC.
    OperationStatus string
    The status of the most recent execution of the recovery orchestration plan.
    ErrorDetails ErrorDetailResponse
    Error details for the most recent execution of the recovery orchestration plan.
    LastExecutedAt string
    The most recent execution time of the recovery orchestration plan in UTC.
    OperationStatus string
    The status of the most recent execution of the recovery orchestration plan.
    error_details object
    Error details for the most recent execution of the recovery orchestration plan.
    last_executed_at string
    The most recent execution time of the recovery orchestration plan in UTC.
    operation_status string
    The status of the most recent execution of the recovery orchestration plan.
    errorDetails ErrorDetailResponse
    Error details for the most recent execution of the recovery orchestration plan.
    lastExecutedAt String
    The most recent execution time of the recovery orchestration plan in UTC.
    operationStatus String
    The status of the most recent execution of the recovery orchestration plan.
    errorDetails ErrorDetailResponse
    Error details for the most recent execution of the recovery orchestration plan.
    lastExecutedAt string
    The most recent execution time of the recovery orchestration plan in UTC.
    operationStatus string
    The status of the most recent execution of the recovery orchestration plan.
    error_details ErrorDetailResponse
    Error details for the most recent execution of the recovery orchestration plan.
    last_executed_at str
    The most recent execution time of the recovery orchestration plan in UTC.
    operation_status str
    The status of the most recent execution of the recovery orchestration plan.
    errorDetails Property Map
    Error details for the most recent execution of the recovery orchestration plan.
    lastExecutedAt String
    The most recent execution time of the recovery orchestration plan in UTC.
    operationStatus String
    The status of the most recent execution of the recovery orchestration plan.

    RecoveryPlanProperties, RecoveryPlanPropertiesArgs

    Properties of the recovery orchestration plan.
    PlanDescription string
    A description of the recovery orchestration plan.
    PlanType string | Pulumi.AzureNative.AzureResilienceManagement.RecoveryPlanType
    The type of the recovery orchestration plan, which can be set during creation but cannot be changed afterward.
    RecoveryGroupsSetting Pulumi.AzureNative.AzureResilienceManagement.Inputs.RecoveryGroupsSetting
    Settings for the recovery orchestration groups associated with the recovery orchestration plan.
    PlanDescription string
    A description of the recovery orchestration plan.
    PlanType string | RecoveryPlanType
    The type of the recovery orchestration plan, which can be set during creation but cannot be changed afterward.
    RecoveryGroupsSetting RecoveryGroupsSetting
    Settings for the recovery orchestration groups associated with the recovery orchestration plan.
    plan_description string
    A description of the recovery orchestration plan.
    plan_type string | "Regional" | "Zonal"
    The type of the recovery orchestration plan, which can be set during creation but cannot be changed afterward.
    recovery_groups_setting object
    Settings for the recovery orchestration groups associated with the recovery orchestration plan.
    planDescription String
    A description of the recovery orchestration plan.
    planType String | RecoveryPlanType
    The type of the recovery orchestration plan, which can be set during creation but cannot be changed afterward.
    recoveryGroupsSetting RecoveryGroupsSetting
    Settings for the recovery orchestration groups associated with the recovery orchestration plan.
    planDescription string
    A description of the recovery orchestration plan.
    planType string | RecoveryPlanType
    The type of the recovery orchestration plan, which can be set during creation but cannot be changed afterward.
    recoveryGroupsSetting RecoveryGroupsSetting
    Settings for the recovery orchestration groups associated with the recovery orchestration plan.
    plan_description str
    A description of the recovery orchestration plan.
    plan_type str | RecoveryPlanType
    The type of the recovery orchestration plan, which can be set during creation but cannot be changed afterward.
    recovery_groups_setting RecoveryGroupsSetting
    Settings for the recovery orchestration groups associated with the recovery orchestration plan.
    planDescription String
    A description of the recovery orchestration plan.
    planType String | "Regional" | "Zonal"
    The type of the recovery orchestration plan, which can be set during creation but cannot be changed afterward.
    recoveryGroupsSetting Property Map
    Settings for the recovery orchestration groups associated with the recovery orchestration plan.

    RecoveryPlanPropertiesResponse, RecoveryPlanPropertiesResponseArgs

    Properties of the recovery orchestration plan.
    ErrorDetails Pulumi.AzureNative.AzureResilienceManagement.Inputs.ErrorDetailResponse
    Error details associated with the resource.
    LatestFailoverStatus Pulumi.AzureNative.AzureResilienceManagement.Inputs.RecoveryPlanFailoverOperationStatusResponse
    The status of the most recent failover operation executed.
    LatestValidationStatus Pulumi.AzureNative.AzureResilienceManagement.Inputs.RecoveryPlanOperationStatusResponse
    The status of the most recent validation performed.
    PlanDescription string
    A description of the recovery orchestration plan.
    PlanState string
    The current state of the recovery orchestration plan.
    ProvisioningState string
    The provisioning state of the recovery orchestration plan.
    RecoveryGroupsSetting Pulumi.AzureNative.AzureResilienceManagement.Inputs.RecoveryGroupsSettingResponse
    Settings for the recovery orchestration groups associated with the recovery orchestration plan.
    ErrorDetails ErrorDetailResponse
    Error details associated with the resource.
    LatestFailoverStatus RecoveryPlanFailoverOperationStatusResponse
    The status of the most recent failover operation executed.
    LatestValidationStatus RecoveryPlanOperationStatusResponse
    The status of the most recent validation performed.
    PlanDescription string
    A description of the recovery orchestration plan.
    PlanState string
    The current state of the recovery orchestration plan.
    ProvisioningState string
    The provisioning state of the recovery orchestration plan.
    RecoveryGroupsSetting RecoveryGroupsSettingResponse
    Settings for the recovery orchestration groups associated with the recovery orchestration plan.
    error_details object
    Error details associated with the resource.
    latest_failover_status object
    The status of the most recent failover operation executed.
    latest_validation_status object
    The status of the most recent validation performed.
    plan_description string
    A description of the recovery orchestration plan.
    plan_state string
    The current state of the recovery orchestration plan.
    provisioning_state string
    The provisioning state of the recovery orchestration plan.
    recovery_groups_setting object
    Settings for the recovery orchestration groups associated with the recovery orchestration plan.
    errorDetails ErrorDetailResponse
    Error details associated with the resource.
    latestFailoverStatus RecoveryPlanFailoverOperationStatusResponse
    The status of the most recent failover operation executed.
    latestValidationStatus RecoveryPlanOperationStatusResponse
    The status of the most recent validation performed.
    planDescription String
    A description of the recovery orchestration plan.
    planState String
    The current state of the recovery orchestration plan.
    provisioningState String
    The provisioning state of the recovery orchestration plan.
    recoveryGroupsSetting RecoveryGroupsSettingResponse
    Settings for the recovery orchestration groups associated with the recovery orchestration plan.
    errorDetails ErrorDetailResponse
    Error details associated with the resource.
    latestFailoverStatus RecoveryPlanFailoverOperationStatusResponse
    The status of the most recent failover operation executed.
    latestValidationStatus RecoveryPlanOperationStatusResponse
    The status of the most recent validation performed.
    planDescription string
    A description of the recovery orchestration plan.
    planState string
    The current state of the recovery orchestration plan.
    provisioningState string
    The provisioning state of the recovery orchestration plan.
    recoveryGroupsSetting RecoveryGroupsSettingResponse
    Settings for the recovery orchestration groups associated with the recovery orchestration plan.
    error_details ErrorDetailResponse
    Error details associated with the resource.
    latest_failover_status RecoveryPlanFailoverOperationStatusResponse
    The status of the most recent failover operation executed.
    latest_validation_status RecoveryPlanOperationStatusResponse
    The status of the most recent validation performed.
    plan_description str
    A description of the recovery orchestration plan.
    plan_state str
    The current state of the recovery orchestration plan.
    provisioning_state str
    The provisioning state of the recovery orchestration plan.
    recovery_groups_setting RecoveryGroupsSettingResponse
    Settings for the recovery orchestration groups associated with the recovery orchestration plan.
    errorDetails Property Map
    Error details associated with the resource.
    latestFailoverStatus Property Map
    The status of the most recent failover operation executed.
    latestValidationStatus Property Map
    The status of the most recent validation performed.
    planDescription String
    A description of the recovery orchestration plan.
    planState String
    The current state of the recovery orchestration plan.
    provisioningState String
    The provisioning state of the recovery orchestration plan.
    recoveryGroupsSetting Property Map
    Settings for the recovery orchestration groups associated with the recovery orchestration plan.

    RecoveryPlanType, RecoveryPlanTypeArgs

    Regional
    Regional A recovery orchestration plan for regional resiliency.
    Zonal
    Zonal A recovery orchestration plan for zonal resiliency.
    RecoveryPlanTypeRegional
    Regional A recovery orchestration plan for regional resiliency.
    RecoveryPlanTypeZonal
    Zonal A recovery orchestration plan for zonal resiliency.
    "Regional"
    Regional A recovery orchestration plan for regional resiliency.
    "Zonal"
    Zonal A recovery orchestration plan for zonal resiliency.
    Regional
    Regional A recovery orchestration plan for regional resiliency.
    Zonal
    Zonal A recovery orchestration plan for zonal resiliency.
    Regional
    Regional A recovery orchestration plan for regional resiliency.
    Zonal
    Zonal A recovery orchestration plan for zonal resiliency.
    REGIONAL
    Regional A recovery orchestration plan for regional resiliency.
    ZONAL
    Zonal A recovery orchestration plan for zonal resiliency.
    "Regional"
    Regional A recovery orchestration plan for regional resiliency.
    "Zonal"
    Zonal A recovery orchestration plan for zonal resiliency.

    SystemDataResponse, SystemDataResponseArgs

    Metadata pertaining to creation and last modification of the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    created_at string
    The timestamp of resource creation (UTC).
    created_by string
    The identity that created the resource.
    created_by_type string
    The type of identity that created the resource.
    last_modified_at string
    The timestamp of resource last modification (UTC)
    last_modified_by string
    The identity that last modified the resource.
    last_modified_by_type string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    UserAssignedIdentityResponse, UserAssignedIdentityResponseArgs

    User assigned identity properties
    ClientId string
    The client ID of the assigned identity.
    PrincipalId string
    The principal ID of the assigned identity.
    ClientId string
    The client ID of the assigned identity.
    PrincipalId string
    The principal ID of the assigned identity.
    client_id string
    The client ID of the assigned identity.
    principal_id string
    The principal ID of the assigned identity.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned identity.
    clientId string
    The client ID of the assigned identity.
    principalId string
    The principal ID of the assigned identity.
    client_id str
    The client ID of the assigned identity.
    principal_id str
    The principal ID of the assigned identity.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned identity.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
    Viewing docs for Azure Native v3.23.0
    published on Saturday, Jul 18, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial