NotificationhubsFunctions

Functions

Link copied to clipboard

Returns the description for the specified namespace. API Version: 2017-04-01.

suspend fun getNamespace(namespaceName: String, resourceGroupName: String): GetNamespaceResult
Link copied to clipboard

Gets an authorization rule for a namespace by name. API Version: 2017-04-01.

suspend fun getNamespaceAuthorizationRule(authorizationRuleName: String, namespaceName: String, resourceGroupName: String): GetNamespaceAuthorizationRuleResult
Link copied to clipboard

Lists the notification hubs associated with a namespace. API Version: 2017-04-01.

suspend fun getNotificationHub(namespaceName: String, notificationHubName: String, resourceGroupName: String): GetNotificationHubResult
Link copied to clipboard

Gets an authorization rule for a NotificationHub by name. API Version: 2017-04-01.

suspend fun getNotificationHubAuthorizationRule(authorizationRuleName: String, namespaceName: String, notificationHubName: String, resourceGroupName: String): GetNotificationHubAuthorizationRuleResult
Link copied to clipboard

Lists the PNS Credentials associated with a notification hub . API Version: 2017-04-01.

suspend fun getNotificationHubPnsCredentials(namespaceName: String, notificationHubName: String, resourceGroupName: String): GetNotificationHubPnsCredentialsResult
Link copied to clipboard

Gets the Primary and Secondary ConnectionStrings to the namespace API Version: 2017-04-01.

suspend fun listNamespaceKeys(authorizationRuleName: String, namespaceName: String, resourceGroupName: String): ListNamespaceKeysResult
Link copied to clipboard

Gets the Primary and Secondary ConnectionStrings to the NotificationHub API Version: 2017-04-01.

suspend fun listNotificationHubKeys(authorizationRuleName: String, namespaceName: String, notificationHubName: String, resourceGroupName: String): ListNotificationHubKeysResult