get Namespace Authorization Rule
suspend fun getNamespaceAuthorizationRule(argument: GetNamespaceAuthorizationRulePlainArgs): GetNamespaceAuthorizationRuleResult
Gets an authorization rule for a namespace by name. API Version: 2017-04-01.
Return
Description of a Namespace AuthorizationRules.
Parameters
argument
null
suspend fun getNamespaceAuthorizationRule(authorizationRuleName: String, namespaceName: String, resourceGroupName: String): GetNamespaceAuthorizationRuleResult
Return
Description of a Namespace AuthorizationRules.
Parameters
authorization Rule Name
Authorization rule name.
namespace Name
The namespace name
resource Group Name
The name of the resource group.
See also
suspend fun getNamespaceAuthorizationRule(argument: suspend GetNamespaceAuthorizationRulePlainArgsBuilder.() -> Unit): GetNamespaceAuthorizationRuleResult
Return
Description of a Namespace AuthorizationRules.
Parameters
argument
Builder for com.pulumi.azurenative.notificationhubs.kotlin.inputs.GetNamespaceAuthorizationRulePlainArgs.