Notification Settings Response
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)