We recommend using Azure Native.
Azure Classic v6.2.0 published on Friday, Sep 27, 2024 by Pulumi
azure.servicebus.getNamespaceDisasterRecoveryConfig
Explore with Pulumi AI
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure:servicebus/getNamespaceDisasterRecoveryConfig:getNamespaceDisasterRecoveryConfig
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- string
- Namespace
Id string - Namespace
Name string - Resource
Group stringName
- Name string
- string
- Namespace
Id string - Namespace
Name string - Resource
Group stringName
- name String
- String
- namespace
Id String - namespace
Name String - resource
Group StringName
- name string
- string
- namespace
Id string - namespace
Name string - resource
Group stringName
- name str
- str
- namespace_
id str - namespace_
name str - resource_
group_ strname
- name String
- String
- namespace
Id String - namespace
Name String - resource
Group StringName
getNamespaceDisasterRecoveryConfig Result
The following output properties are available:
- Default
Primary stringKey - Default
Secondary stringKey - Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Partner
Namespace stringId - Primary
Connection stringString Alias - Secondary
Connection stringString Alias - string
- Namespace
Id string - Namespace
Name string - Resource
Group stringName
- Default
Primary stringKey - Default
Secondary stringKey - Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Partner
Namespace stringId - Primary
Connection stringString Alias - Secondary
Connection stringString Alias - string
- Namespace
Id string - Namespace
Name string - Resource
Group stringName
- default
Primary StringKey - default
Secondary StringKey - id String
- The provider-assigned unique ID for this managed resource.
- name String
- partner
Namespace StringId - primary
Connection StringString Alias - secondary
Connection StringString Alias - String
- namespace
Id String - namespace
Name String - resource
Group StringName
- default
Primary stringKey - default
Secondary stringKey - id string
- The provider-assigned unique ID for this managed resource.
- name string
- partner
Namespace stringId - primary
Connection stringString Alias - secondary
Connection stringString Alias - string
- namespace
Id string - namespace
Name string - resource
Group stringName
- default_
primary_ strkey - default_
secondary_ strkey - id str
- The provider-assigned unique ID for this managed resource.
- name str
- partner_
namespace_ strid - primary_
connection_ strstring_ alias - secondary_
connection_ strstring_ alias - str
- namespace_
id str - namespace_
name str - resource_
group_ strname
- default
Primary StringKey - default
Secondary StringKey - id String
- The provider-assigned unique ID for this managed resource.
- name String
- partner
Namespace StringId - primary
Connection StringString Alias - secondary
Connection StringString Alias - String
- namespace
Id String - namespace
Name String - resource
Group StringName
Package Details
- Repository
- Azure Classic pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
azurerm
Terraform Provider.