1. Packages
  2. Azure Classic
  3. API Docs
  4. servicebus
  5. getNamespaceDisasterRecoveryConfig

We recommend using Azure Native.

Azure v6.21.0 published on Friday, Mar 7, 2025 by Pulumi

azure.servicebus.getNamespaceDisasterRecoveryConfig

Explore with Pulumi AI

azure logo

We recommend using Azure Native.

Azure v6.21.0 published on Friday, Mar 7, 2025 by Pulumi

    Use this data source to access information about an existing Service Bus Disaster Recovery Config.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as azure from "@pulumi/azure";
    
    const example = azure.servicebus.getNamespaceDisasterRecoveryConfig({
        name: "existing",
        namespaceId: "example-namespace-id",
    });
    export const id = example.then(example => example.id);
    
    import pulumi
    import pulumi_azure as azure
    
    example = azure.servicebus.get_namespace_disaster_recovery_config(name="existing",
        namespace_id="example-namespace-id")
    pulumi.export("id", example.id)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-azure/sdk/v6/go/azure/servicebus"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		example, err := servicebus.LookupNamespaceDisasterRecoveryConfig(ctx, &servicebus.LookupNamespaceDisasterRecoveryConfigArgs{
    			Name:        "existing",
    			NamespaceId: pulumi.StringRef("example-namespace-id"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		ctx.Export("id", example.Id)
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Azure = Pulumi.Azure;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Azure.ServiceBus.GetNamespaceDisasterRecoveryConfig.Invoke(new()
        {
            Name = "existing",
            NamespaceId = "example-namespace-id",
        });
    
        return new Dictionary<string, object?>
        {
            ["id"] = example.Apply(getNamespaceDisasterRecoveryConfigResult => getNamespaceDisasterRecoveryConfigResult.Id),
        };
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.azure.servicebus.ServicebusFunctions;
    import com.pulumi.azure.servicebus.inputs.GetNamespaceDisasterRecoveryConfigArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var example = ServicebusFunctions.getNamespaceDisasterRecoveryConfig(GetNamespaceDisasterRecoveryConfigArgs.builder()
                .name("existing")
                .namespaceId("example-namespace-id")
                .build());
    
            ctx.export("id", example.applyValue(getNamespaceDisasterRecoveryConfigResult -> getNamespaceDisasterRecoveryConfigResult.id()));
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: azure:servicebus:getNamespaceDisasterRecoveryConfig
          arguments:
            name: existing
            namespaceId: example-namespace-id
    outputs:
      id: ${example.id}
    

    Using getNamespaceDisasterRecoveryConfig

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getNamespaceDisasterRecoveryConfig(args: GetNamespaceDisasterRecoveryConfigArgs, opts?: InvokeOptions): Promise<GetNamespaceDisasterRecoveryConfigResult>
    function getNamespaceDisasterRecoveryConfigOutput(args: GetNamespaceDisasterRecoveryConfigOutputArgs, opts?: InvokeOptions): Output<GetNamespaceDisasterRecoveryConfigResult>
    def get_namespace_disaster_recovery_config(alias_authorization_rule_id: Optional[str] = None,
                                               name: Optional[str] = None,
                                               namespace_id: Optional[str] = None,
                                               namespace_name: Optional[str] = None,
                                               resource_group_name: Optional[str] = None,
                                               opts: Optional[InvokeOptions] = None) -> GetNamespaceDisasterRecoveryConfigResult
    def get_namespace_disaster_recovery_config_output(alias_authorization_rule_id: Optional[pulumi.Input[str]] = None,
                                               name: Optional[pulumi.Input[str]] = None,
                                               namespace_id: Optional[pulumi.Input[str]] = None,
                                               namespace_name: Optional[pulumi.Input[str]] = None,
                                               resource_group_name: Optional[pulumi.Input[str]] = None,
                                               opts: Optional[InvokeOptions] = None) -> Output[GetNamespaceDisasterRecoveryConfigResult]
    func LookupNamespaceDisasterRecoveryConfig(ctx *Context, args *LookupNamespaceDisasterRecoveryConfigArgs, opts ...InvokeOption) (*LookupNamespaceDisasterRecoveryConfigResult, error)
    func LookupNamespaceDisasterRecoveryConfigOutput(ctx *Context, args *LookupNamespaceDisasterRecoveryConfigOutputArgs, opts ...InvokeOption) LookupNamespaceDisasterRecoveryConfigResultOutput

    > Note: This function is named LookupNamespaceDisasterRecoveryConfig in the Go SDK.

    public static class GetNamespaceDisasterRecoveryConfig 
    {
        public static Task<GetNamespaceDisasterRecoveryConfigResult> InvokeAsync(GetNamespaceDisasterRecoveryConfigArgs args, InvokeOptions? opts = null)
        public static Output<GetNamespaceDisasterRecoveryConfigResult> Invoke(GetNamespaceDisasterRecoveryConfigInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNamespaceDisasterRecoveryConfigResult> getNamespaceDisasterRecoveryConfig(GetNamespaceDisasterRecoveryConfigArgs args, InvokeOptions options)
    public static Output<GetNamespaceDisasterRecoveryConfigResult> getNamespaceDisasterRecoveryConfig(GetNamespaceDisasterRecoveryConfigArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure:servicebus/getNamespaceDisasterRecoveryConfig:getNamespaceDisasterRecoveryConfig
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    The name of this Service Bus Disaster Recovery Config.
    AliasAuthorizationRuleId string
    The Shared access policies used to access the connection string for the alias.
    NamespaceId string
    The ID of the Service Bus Namespace.
    NamespaceName string

    Deprecated: namespace_name will be removed in favour of the property namespace_id in version 5.0 of the AzureRM Provider.

    ResourceGroupName string

    Deprecated: resource_group_name will be removed in favour of the property namespace_id in version 5.0 of the AzureRM Provider.

    Name string
    The name of this Service Bus Disaster Recovery Config.
    AliasAuthorizationRuleId string
    The Shared access policies used to access the connection string for the alias.
    NamespaceId string
    The ID of the Service Bus Namespace.
    NamespaceName string

    Deprecated: namespace_name will be removed in favour of the property namespace_id in version 5.0 of the AzureRM Provider.

    ResourceGroupName string

    Deprecated: resource_group_name will be removed in favour of the property namespace_id in version 5.0 of the AzureRM Provider.

    name String
    The name of this Service Bus Disaster Recovery Config.
    aliasAuthorizationRuleId String
    The Shared access policies used to access the connection string for the alias.
    namespaceId String
    The ID of the Service Bus Namespace.
    namespaceName String

    Deprecated: namespace_name will be removed in favour of the property namespace_id in version 5.0 of the AzureRM Provider.

    resourceGroupName String

    Deprecated: resource_group_name will be removed in favour of the property namespace_id in version 5.0 of the AzureRM Provider.

    name string
    The name of this Service Bus Disaster Recovery Config.
    aliasAuthorizationRuleId string
    The Shared access policies used to access the connection string for the alias.
    namespaceId string
    The ID of the Service Bus Namespace.
    namespaceName string

    Deprecated: namespace_name will be removed in favour of the property namespace_id in version 5.0 of the AzureRM Provider.

    resourceGroupName string

    Deprecated: resource_group_name will be removed in favour of the property namespace_id in version 5.0 of the AzureRM Provider.

    name str
    The name of this Service Bus Disaster Recovery Config.
    alias_authorization_rule_id str
    The Shared access policies used to access the connection string for the alias.
    namespace_id str
    The ID of the Service Bus Namespace.
    namespace_name str

    Deprecated: namespace_name will be removed in favour of the property namespace_id in version 5.0 of the AzureRM Provider.

    resource_group_name str

    Deprecated: resource_group_name will be removed in favour of the property namespace_id in version 5.0 of the AzureRM Provider.

    name String
    The name of this Service Bus Disaster Recovery Config.
    aliasAuthorizationRuleId String
    The Shared access policies used to access the connection string for the alias.
    namespaceId String
    The ID of the Service Bus Namespace.
    namespaceName String

    Deprecated: namespace_name will be removed in favour of the property namespace_id in version 5.0 of the AzureRM Provider.

    resourceGroupName String

    Deprecated: resource_group_name will be removed in favour of the property namespace_id in version 5.0 of the AzureRM Provider.

    getNamespaceDisasterRecoveryConfig Result

    The following output properties are available:

    DefaultPrimaryKey string
    The primary access key for the authorization rule RootManageSharedAccessKey.
    DefaultSecondaryKey string
    The secondary access key for the authorization rule RootManageSharedAccessKey.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    NamespaceId string
    NamespaceName string

    Deprecated: namespace_name will be removed in favour of the property namespace_id in version 5.0 of the AzureRM Provider.

    PartnerNamespaceId string
    The ID of the Service Bus Namespace to replicate to.
    PrimaryConnectionStringAlias string
    The alias Primary Connection String for the ServiceBus Namespace.
    ResourceGroupName string

    Deprecated: resource_group_name will be removed in favour of the property namespace_id in version 5.0 of the AzureRM Provider.

    SecondaryConnectionStringAlias string
    The alias Secondary Connection String for the ServiceBus Namespace
    AliasAuthorizationRuleId string
    DefaultPrimaryKey string
    The primary access key for the authorization rule RootManageSharedAccessKey.
    DefaultSecondaryKey string
    The secondary access key for the authorization rule RootManageSharedAccessKey.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    NamespaceId string
    NamespaceName string

    Deprecated: namespace_name will be removed in favour of the property namespace_id in version 5.0 of the AzureRM Provider.

    PartnerNamespaceId string
    The ID of the Service Bus Namespace to replicate to.
    PrimaryConnectionStringAlias string
    The alias Primary Connection String for the ServiceBus Namespace.
    ResourceGroupName string

    Deprecated: resource_group_name will be removed in favour of the property namespace_id in version 5.0 of the AzureRM Provider.

    SecondaryConnectionStringAlias string
    The alias Secondary Connection String for the ServiceBus Namespace
    AliasAuthorizationRuleId string
    defaultPrimaryKey String
    The primary access key for the authorization rule RootManageSharedAccessKey.
    defaultSecondaryKey String
    The secondary access key for the authorization rule RootManageSharedAccessKey.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    namespaceId String
    namespaceName String

    Deprecated: namespace_name will be removed in favour of the property namespace_id in version 5.0 of the AzureRM Provider.

    partnerNamespaceId String
    The ID of the Service Bus Namespace to replicate to.
    primaryConnectionStringAlias String
    The alias Primary Connection String for the ServiceBus Namespace.
    resourceGroupName String

    Deprecated: resource_group_name will be removed in favour of the property namespace_id in version 5.0 of the AzureRM Provider.

    secondaryConnectionStringAlias String
    The alias Secondary Connection String for the ServiceBus Namespace
    aliasAuthorizationRuleId String
    defaultPrimaryKey string
    The primary access key for the authorization rule RootManageSharedAccessKey.
    defaultSecondaryKey string
    The secondary access key for the authorization rule RootManageSharedAccessKey.
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    namespaceId string
    namespaceName string

    Deprecated: namespace_name will be removed in favour of the property namespace_id in version 5.0 of the AzureRM Provider.

    partnerNamespaceId string
    The ID of the Service Bus Namespace to replicate to.
    primaryConnectionStringAlias string
    The alias Primary Connection String for the ServiceBus Namespace.
    resourceGroupName string

    Deprecated: resource_group_name will be removed in favour of the property namespace_id in version 5.0 of the AzureRM Provider.

    secondaryConnectionStringAlias string
    The alias Secondary Connection String for the ServiceBus Namespace
    aliasAuthorizationRuleId string
    default_primary_key str
    The primary access key for the authorization rule RootManageSharedAccessKey.
    default_secondary_key str
    The secondary access key for the authorization rule RootManageSharedAccessKey.
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    namespace_id str
    namespace_name str

    Deprecated: namespace_name will be removed in favour of the property namespace_id in version 5.0 of the AzureRM Provider.

    partner_namespace_id str
    The ID of the Service Bus Namespace to replicate to.
    primary_connection_string_alias str
    The alias Primary Connection String for the ServiceBus Namespace.
    resource_group_name str

    Deprecated: resource_group_name will be removed in favour of the property namespace_id in version 5.0 of the AzureRM Provider.

    secondary_connection_string_alias str
    The alias Secondary Connection String for the ServiceBus Namespace
    alias_authorization_rule_id str
    defaultPrimaryKey String
    The primary access key for the authorization rule RootManageSharedAccessKey.
    defaultSecondaryKey String
    The secondary access key for the authorization rule RootManageSharedAccessKey.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    namespaceId String
    namespaceName String

    Deprecated: namespace_name will be removed in favour of the property namespace_id in version 5.0 of the AzureRM Provider.

    partnerNamespaceId String
    The ID of the Service Bus Namespace to replicate to.
    primaryConnectionStringAlias String
    The alias Primary Connection String for the ServiceBus Namespace.
    resourceGroupName String

    Deprecated: resource_group_name will be removed in favour of the property namespace_id in version 5.0 of the AzureRM Provider.

    secondaryConnectionStringAlias String
    The alias Secondary Connection String for the ServiceBus Namespace
    aliasAuthorizationRuleId String

    Package Details

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

    We recommend using Azure Native.

    Azure v6.21.0 published on Friday, Mar 7, 2025 by Pulumi