Azure Native v1.103.0, Jun 2 23
Azure Native v1.103.0, Jun 2 23
azure-native.servicebus.getTopicAuthorizationRule
Explore with Pulumi AI
Returns the specified authorization rule. API Version: 2017-04-01.
Using getTopicAuthorizationRule
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 getTopicAuthorizationRule(args: GetTopicAuthorizationRuleArgs, opts?: InvokeOptions): Promise<GetTopicAuthorizationRuleResult>
function getTopicAuthorizationRuleOutput(args: GetTopicAuthorizationRuleOutputArgs, opts?: InvokeOptions): Output<GetTopicAuthorizationRuleResult>
def get_topic_authorization_rule(authorization_rule_name: Optional[str] = None,
namespace_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
topic_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTopicAuthorizationRuleResult
def get_topic_authorization_rule_output(authorization_rule_name: Optional[pulumi.Input[str]] = None,
namespace_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
topic_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTopicAuthorizationRuleResult]
func LookupTopicAuthorizationRule(ctx *Context, args *LookupTopicAuthorizationRuleArgs, opts ...InvokeOption) (*LookupTopicAuthorizationRuleResult, error)
func LookupTopicAuthorizationRuleOutput(ctx *Context, args *LookupTopicAuthorizationRuleOutputArgs, opts ...InvokeOption) LookupTopicAuthorizationRuleResultOutput
> Note: This function is named LookupTopicAuthorizationRule
in the Go SDK.
public static class GetTopicAuthorizationRule
{
public static Task<GetTopicAuthorizationRuleResult> InvokeAsync(GetTopicAuthorizationRuleArgs args, InvokeOptions? opts = null)
public static Output<GetTopicAuthorizationRuleResult> Invoke(GetTopicAuthorizationRuleInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetTopicAuthorizationRuleResult> getTopicAuthorizationRule(GetTopicAuthorizationRuleArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:servicebus:getTopicAuthorizationRule
arguments:
# arguments dictionary
The following arguments are supported:
- string
The authorization rule name.
- Namespace
Name string The namespace name
- Resource
Group stringName Name of the Resource group within the Azure subscription.
- Topic
Name string The topic name.
- string
The authorization rule name.
- Namespace
Name string The namespace name
- Resource
Group stringName Name of the Resource group within the Azure subscription.
- Topic
Name string The topic name.
- String
The authorization rule name.
- namespace
Name String The namespace name
- resource
Group StringName Name of the Resource group within the Azure subscription.
- topic
Name String The topic name.
- string
The authorization rule name.
- namespace
Name string The namespace name
- resource
Group stringName Name of the Resource group within the Azure subscription.
- topic
Name string The topic name.
- str
The authorization rule name.
- namespace_
name str The namespace name
- resource_
group_ strname Name of the Resource group within the Azure subscription.
- topic_
name str The topic name.
- String
The authorization rule name.
- namespace
Name String The namespace name
- resource
Group StringName Name of the Resource group within the Azure subscription.
- topic
Name String The topic name.
getTopicAuthorizationRule Result
The following output properties are available:
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0