Notificationhubs Functions
object NotificationhubsFunctions
Functions
Link copied to clipboard
Returns the description for the specified namespace. API Version: 2017-04-01.
suspend fun getNamespace(argument: suspend GetNamespacePlainArgsBuilder.() -> Unit): GetNamespaceResult
Link copied to clipboard
suspend fun getNamespaceAuthorizationRule(argument: GetNamespaceAuthorizationRulePlainArgs): GetNamespaceAuthorizationRuleResult
Gets an authorization rule for a namespace by name. API Version: 2017-04-01.
suspend fun getNamespaceAuthorizationRule(argument: suspend GetNamespaceAuthorizationRulePlainArgsBuilder.() -> Unit): GetNamespaceAuthorizationRuleResult
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(argument: suspend GetNotificationHubPlainArgsBuilder.() -> Unit): GetNotificationHubResult
suspend fun getNotificationHub(namespaceName: String, notificationHubName: String, resourceGroupName: String): GetNotificationHubResult
Link copied to clipboard
suspend fun getNotificationHubAuthorizationRule(argument: GetNotificationHubAuthorizationRulePlainArgs): GetNotificationHubAuthorizationRuleResult
Gets an authorization rule for a NotificationHub by name. API Version: 2017-04-01.
suspend fun getNotificationHubAuthorizationRule(argument: suspend GetNotificationHubAuthorizationRulePlainArgsBuilder.() -> Unit): GetNotificationHubAuthorizationRuleResult
suspend fun getNotificationHubAuthorizationRule(authorizationRuleName: String, namespaceName: String, notificationHubName: String, resourceGroupName: String): GetNotificationHubAuthorizationRuleResult
Link copied to clipboard
suspend fun getNotificationHubPnsCredentials(argument: GetNotificationHubPnsCredentialsPlainArgs): GetNotificationHubPnsCredentialsResult
Lists the PNS Credentials associated with a notification hub . API Version: 2017-04-01.
suspend fun getNotificationHubPnsCredentials(argument: suspend GetNotificationHubPnsCredentialsPlainArgsBuilder.() -> Unit): GetNotificationHubPnsCredentialsResult
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(argument: suspend ListNamespaceKeysPlainArgsBuilder.() -> Unit): ListNamespaceKeysResult
suspend fun listNamespaceKeys(authorizationRuleName: String, namespaceName: String, resourceGroupName: String): ListNamespaceKeysResult
Link copied to clipboard
suspend fun listNotificationHubKeys(argument: ListNotificationHubKeysPlainArgs): ListNotificationHubKeysResult
Gets the Primary and Secondary ConnectionStrings to the NotificationHub API Version: 2017-04-01.
suspend fun listNotificationHubKeys(argument: suspend ListNotificationHubKeysPlainArgsBuilder.() -> Unit): ListNotificationHubKeysResult
suspend fun listNotificationHubKeys(authorizationRuleName: String, namespaceName: String, notificationHubName: String, resourceGroupName: String): ListNotificationHubKeysResult