1. Packages
  2. Azure Native v1
  3. API Docs
  4. eventhub
  5. getDisasterRecoveryConfig
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.eventhub.getDisasterRecoveryConfig

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    Retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace API Version: 2017-04-01.

    Using getDisasterRecoveryConfig

    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 getDisasterRecoveryConfig(args: GetDisasterRecoveryConfigArgs, opts?: InvokeOptions): Promise<GetDisasterRecoveryConfigResult>
    function getDisasterRecoveryConfigOutput(args: GetDisasterRecoveryConfigOutputArgs, opts?: InvokeOptions): Output<GetDisasterRecoveryConfigResult>
    def get_disaster_recovery_config(alias: Optional[str] = None,
                                     namespace_name: Optional[str] = None,
                                     resource_group_name: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetDisasterRecoveryConfigResult
    def get_disaster_recovery_config_output(alias: 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[GetDisasterRecoveryConfigResult]
    func LookupDisasterRecoveryConfig(ctx *Context, args *LookupDisasterRecoveryConfigArgs, opts ...InvokeOption) (*LookupDisasterRecoveryConfigResult, error)
    func LookupDisasterRecoveryConfigOutput(ctx *Context, args *LookupDisasterRecoveryConfigOutputArgs, opts ...InvokeOption) LookupDisasterRecoveryConfigResultOutput

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

    public static class GetDisasterRecoveryConfig 
    {
        public static Task<GetDisasterRecoveryConfigResult> InvokeAsync(GetDisasterRecoveryConfigArgs args, InvokeOptions? opts = null)
        public static Output<GetDisasterRecoveryConfigResult> Invoke(GetDisasterRecoveryConfigInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDisasterRecoveryConfigResult> getDisasterRecoveryConfig(GetDisasterRecoveryConfigArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:eventhub:getDisasterRecoveryConfig
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Alias string
    The Disaster Recovery configuration name
    NamespaceName string
    The Namespace name
    ResourceGroupName string
    Name of the resource group within the azure subscription.
    Alias string
    The Disaster Recovery configuration name
    NamespaceName string
    The Namespace name
    ResourceGroupName string
    Name of the resource group within the azure subscription.
    alias String
    The Disaster Recovery configuration name
    namespaceName String
    The Namespace name
    resourceGroupName String
    Name of the resource group within the azure subscription.
    alias string
    The Disaster Recovery configuration name
    namespaceName string
    The Namespace name
    resourceGroupName string
    Name of the resource group within the azure subscription.
    alias str
    The Disaster Recovery configuration name
    namespace_name str
    The Namespace name
    resource_group_name str
    Name of the resource group within the azure subscription.
    alias String
    The Disaster Recovery configuration name
    namespaceName String
    The Namespace name
    resourceGroupName String
    Name of the resource group within the azure subscription.

    getDisasterRecoveryConfig Result

    The following output properties are available:

    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    PendingReplicationOperationsCount double
    Number of entities pending to be replicated.
    ProvisioningState string
    Provisioning state of the Alias(Disaster Recovery configuration) - possible values 'Accepted' or 'Succeeded' or 'Failed'
    Role string
    role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary'
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    AlternateName string
    Alternate name specified when alias and namespace names are same.
    PartnerNamespace string
    ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    PendingReplicationOperationsCount float64
    Number of entities pending to be replicated.
    ProvisioningState string
    Provisioning state of the Alias(Disaster Recovery configuration) - possible values 'Accepted' or 'Succeeded' or 'Failed'
    Role string
    role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary'
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    AlternateName string
    Alternate name specified when alias and namespace names are same.
    PartnerNamespace string
    ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    pendingReplicationOperationsCount Double
    Number of entities pending to be replicated.
    provisioningState String
    Provisioning state of the Alias(Disaster Recovery configuration) - possible values 'Accepted' or 'Succeeded' or 'Failed'
    role String
    role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary'
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    alternateName String
    Alternate name specified when alias and namespace names are same.
    partnerNamespace String
    ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name string
    The name of the resource
    pendingReplicationOperationsCount number
    Number of entities pending to be replicated.
    provisioningState string
    Provisioning state of the Alias(Disaster Recovery configuration) - possible values 'Accepted' or 'Succeeded' or 'Failed'
    role string
    role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary'
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    alternateName string
    Alternate name specified when alias and namespace names are same.
    partnerNamespace string
    ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name str
    The name of the resource
    pending_replication_operations_count float
    Number of entities pending to be replicated.
    provisioning_state str
    Provisioning state of the Alias(Disaster Recovery configuration) - possible values 'Accepted' or 'Succeeded' or 'Failed'
    role str
    role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary'
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    alternate_name str
    Alternate name specified when alias and namespace names are same.
    partner_namespace str
    ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    pendingReplicationOperationsCount Number
    Number of entities pending to be replicated.
    provisioningState String
    Provisioning state of the Alias(Disaster Recovery configuration) - possible values 'Accepted' or 'Succeeded' or 'Failed'
    role String
    role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary'
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    alternateName String
    Alternate name specified when alias and namespace names are same.
    partnerNamespace String
    ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi