get Notification Registration
suspend fun getNotificationRegistration(argument: GetNotificationRegistrationPlainArgs): GetNotificationRegistrationResult
Gets the notification registration details. Uses Azure REST API version 2021-09-01-preview.
Return
The notification registration definition.
Parameters
argument
null
suspend fun getNotificationRegistration(notificationRegistrationName: String, providerNamespace: String): GetNotificationRegistrationResult
Return
The notification registration definition.
Parameters
notification Registration Name
The notification registration.
provider Namespace
The name of the resource provider hosted within ProviderHub.
See also
suspend fun getNotificationRegistration(argument: suspend GetNotificationRegistrationPlainArgsBuilder.() -> Unit): GetNotificationRegistrationResult
Return
The notification registration definition.
Parameters
argument
Builder for com.pulumi.azurenative.providerhub.kotlin.inputs.GetNotificationRegistrationPlainArgs.