toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.monitoring.kotlin.outputs
/
AutoscaleSettingNotificationWebhook
Autoscale
Setting
Notification
Webhook
data
class
AutoscaleSettingNotificationWebhook
(
val
properties
:
Map
<
String
,
String
>
?
=
null
,
val
serviceUri
:
String
)
Members
Constructors
Autoscale
Setting
Notification
Webhook
Link copied to clipboard
constructor
(
properties
:
Map
<
String
,
String
>
?
=
null
,
serviceUri
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
properties
Link copied to clipboard
val
properties
:
Map
<
String
,
String
>
?
=
null
A map of settings.
service
Uri
Link copied to clipboard
val
serviceUri
:
String
The HTTPS URI which should receive scale notifications.