azure-native.servicebus.getDisasterRecoveryConfig
Explore with Pulumi AI
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:servicebus:getDisasterRecoveryConfig
arguments:
# arguments dictionary
The following arguments are supported:
- Alias string
The Disaster Recovery configuration name
- Namespace
Name string The namespace name
- Resource
Group stringName Name of the Resource group within the Azure subscription.
- Alias string
The Disaster Recovery configuration name
- Namespace
Name string The namespace name
- Resource
Group stringName Name of the Resource group within the Azure subscription.
- alias String
The Disaster Recovery configuration name
- namespace
Name String The namespace name
- resource
Group StringName Name of the Resource group within the Azure subscription.
- alias string
The Disaster Recovery configuration name
- namespace
Name string The namespace name
- resource
Group stringName Name of the Resource group within the Azure subscription.
- alias str
The Disaster Recovery configuration name
- namespace_
name str The namespace name
- resource_
group_ strname Name of the Resource group within the Azure subscription.
- alias String
The Disaster Recovery configuration name
- namespace
Name String The namespace name
- resource
Group StringName Name of the Resource group within the Azure subscription.
getDisasterRecoveryConfig Result
The following output properties are available:
- Id string
Resource Id
- Name string
Resource name
- Pending
Replication doubleOperations Count Number of entities pending to be replicated.
- Provisioning
State 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
Resource type
- Alternate
Name string Primary/Secondary eventhub namespace name, which is part of GEO DR pairing
- Partner
Namespace string ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing
- Id string
Resource Id
- Name string
Resource name
- Pending
Replication float64Operations Count Number of entities pending to be replicated.
- Provisioning
State 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
Resource type
- Alternate
Name string Primary/Secondary eventhub namespace name, which is part of GEO DR pairing
- Partner
Namespace string ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing
- id String
Resource Id
- name String
Resource name
- pending
Replication DoubleOperations Count Number of entities pending to be replicated.
- provisioning
State 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
Resource type
- alternate
Name String Primary/Secondary eventhub namespace name, which is part of GEO DR pairing
- partner
Namespace String ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing
- id string
Resource Id
- name string
Resource name
- pending
Replication numberOperations Count Number of entities pending to be replicated.
- provisioning
State 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
Resource type
- alternate
Name string Primary/Secondary eventhub namespace name, which is part of GEO DR pairing
- partner
Namespace string ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing
- id str
Resource Id
- name str
Resource name
- pending_
replication_ floatoperations_ count 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
Resource type
- alternate_
name str Primary/Secondary eventhub namespace name, which is part of GEO DR pairing
- partner_
namespace str ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing
- id String
Resource Id
- name String
Resource name
- pending
Replication NumberOperations Count Number of entities pending to be replicated.
- provisioning
State 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
Resource type
- alternate
Name String Primary/Secondary eventhub namespace name, which is part of GEO DR pairing
- partner
Namespace String ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0