NotificationhubFunctions

Functions

Link copied to clipboard
suspend fun getHub(argument: GetHubPlainArgs): GetHubResult

Use this data source to access information about an existing Notification Hub within a Notification Hub Namespace.

suspend fun getHub(argument: suspend GetHubPlainArgsBuilder.() -> Unit): GetHubResult
suspend fun getHub(name: String, namespaceName: String, resourceGroupName: String): GetHubResult
Link copied to clipboard

Use this data source to access information about an existing Notification Hub Namespace.

suspend fun getNamespace(name: String, resourceGroupName: String): GetNamespaceResult