Package-level declarations
Types
Link copied to clipboard
object AadiamFunctions
Link copied to clipboard
The diagnostic setting resource. Uses Azure REST API version 2017-04-01. In version 2.x of the Azure Native provider, it used API version 2017-04-01.
Link copied to clipboard
data class DiagnosticSettingArgs(val eventHubAuthorizationRuleId: Output<String>? = null, val eventHubName: Output<String>? = null, val logs: Output<List<LogSettingsArgs>>? = null, val name: Output<String>? = null, val serviceBusRuleId: Output<String>? = null, val storageAccountId: Output<String>? = null, val workspaceId: Output<String>? = null) : ConvertibleToJava<DiagnosticSettingArgs>
The diagnostic setting resource. Uses Azure REST API version 2017-04-01. In version 2.x of the Azure Native provider, it used API version 2017-04-01.
Link copied to clipboard
Builder for DiagnosticSettingArgs.
Link copied to clipboard
Link copied to clipboard
Builder for DiagnosticSetting.
Functions
Link copied to clipboard
suspend fun diagnosticSetting(name: String, block: suspend DiagnosticSettingResourceBuilder.() -> Unit): DiagnosticSetting