get Notification Hub Authorization Rule
suspend fun getNotificationHubAuthorizationRule(argument: GetNotificationHubAuthorizationRulePlainArgs): GetNotificationHubAuthorizationRuleResult
Gets an authorization rule for a NotificationHub by name. API Version: 2017-04-01.
Return
Description of a Namespace AuthorizationRules.
Parameters
argument
null
suspend fun getNotificationHubAuthorizationRule(authorizationRuleName: String, namespaceName: String, notificationHubName: String, resourceGroupName: String): GetNotificationHubAuthorizationRuleResult
Return
Description of a Namespace AuthorizationRules.
Parameters
authorization Rule Name
authorization rule name.
namespace Name
The namespace name
notification Hub Name
The notification hub name.
resource Group Name
The name of the resource group.
See also
suspend fun getNotificationHubAuthorizationRule(argument: suspend GetNotificationHubAuthorizationRulePlainArgsBuilder.() -> Unit): GetNotificationHubAuthorizationRuleResult
Return
Description of a Namespace AuthorizationRules.
Parameters
argument
Builder for com.pulumi.azurenative.notificationhubs.kotlin.inputs.GetNotificationHubAuthorizationRulePlainArgs.