get Notification Channel
suspend fun getNotificationChannel(argument: GetNotificationChannelPlainArgs): GetNotificationChannelResult
Get notification channel. Uses Azure REST API version 2018-09-15.
Return
A notification.
Parameters
argument
null
suspend fun getNotificationChannel(expand: String? = null, labName: String, name: String, resourceGroupName: String): GetNotificationChannelResult
Return
A notification.
Parameters
expand
Specify the $expand query. Example: 'properties($select=webHookUrl)'
lab Name
The name of the lab.
name
The name of the notification channel.
resource Group Name
The name of the resource group.
See also
suspend fun getNotificationChannel(argument: suspend GetNotificationChannelPlainArgsBuilder.() -> Unit): GetNotificationChannelResult
Return
A notification.
Parameters
argument
Builder for com.pulumi.azurenative.devtestlab.kotlin.inputs.GetNotificationChannelPlainArgs.