NotificationSettingsResponse

data class NotificationSettingsResponse(val activationState: String? = null, val azureMonitorWorkspaceProperties: AzureMonitorWorkspacePropertiesResponse? = null)

Settings of change notification configuration for a subscription.

Constructors

Link copied to clipboard
constructor(activationState: String? = null, azureMonitorWorkspaceProperties: AzureMonitorWorkspacePropertiesResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val activationState: String? = null

The state of notifications feature.

Link copied to clipboard

Configuration properties of an Azure Monitor workspace that receives change notifications.