getNotificationHubAuthorizationRule

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

authorizationRuleName

authorization rule name.

namespaceName

The namespace name

notificationHubName

The notification hub name.

resourceGroupName

The name of the resource group.

See also


Return

Description of a Namespace AuthorizationRules.

Parameters

argument

Builder for com.pulumi.azurenative.notificationhubs.kotlin.inputs.GetNotificationHubAuthorizationRulePlainArgs.

See also