azure-native.servicebus.getDisasterRecoveryConfig
Explore with Pulumi AI
Retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace
Uses Azure REST API version 2024-01-01.
Other available API versions: 2018-01-01-preview, 2021-01-01-preview, 2021-06-01-preview, 2021-11-01, 2022-01-01-preview, 2022-10-01-preview, 2023-01-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native servicebus [ApiVersion]
. See the version guide for details.
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)
public static Output<GetDisasterRecoveryConfigResult> getDisasterRecoveryConfig(GetDisasterRecoveryConfigArgs args, InvokeOptions options)
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 - The name of the resource group. The name is case insensitive.
- Alias string
- The Disaster Recovery configuration name
- Namespace
Name string - The namespace name
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- alias String
- The Disaster Recovery configuration name
- namespace
Name String - The namespace name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- alias string
- The Disaster Recovery configuration name
- namespace
Name string - The namespace name
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- alias str
- The Disaster Recovery configuration name
- namespace_
name str - The namespace name
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- alias String
- The Disaster Recovery configuration name
- namespace
Name String - The namespace name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getDisasterRecoveryConfig Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- 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'
- System
Data Pulumi.Azure Native. Service Bus. Outputs. System Data Response - The system meta data relating to this resource.
- Type string
- The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
- 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
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- 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'
- System
Data SystemData Response - The system meta data relating to this resource.
- Type string
- The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
- 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
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- 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'
- system
Data SystemData Response - The system meta data relating to this resource.
- type String
- The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
- 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
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location string
- The geo-location where the resource lives
- name string
- The name of the resource
- 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'
- system
Data SystemData Response - The system meta data relating to this resource.
- type string
- The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
- 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
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location str
- The geo-location where the resource lives
- name str
- The name of the resource
- 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'
- system_
data SystemData Response - The system meta data relating to this resource.
- type str
- The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
- 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
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- 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'
- system
Data Property Map - The system meta data relating to this resource.
- type String
- The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
- 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
Supporting Types
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The type of identity that last modified the resource.
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - 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 stringType - The type of identity that created the resource.
- Last
Modified stringAt - The type of identity that last modified the resource.
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - 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 StringType - The type of identity that created the resource.
- last
Modified StringAt - The type of identity that last modified the resource.
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - 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 stringType - The type of identity that created the resource.
- last
Modified stringAt - The type of identity that last modified the resource.
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - 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_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The type of identity that last modified the resource.
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - 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 StringType - The type of identity that created the resource.
- last
Modified StringAt - The type of identity that last modified the resource.
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0