get Diagnostic Setting
suspend fun getDiagnosticSetting(argument: GetDiagnosticSettingPlainArgs): GetDiagnosticSettingResult
Gets the active diagnostic settings for the specified resource. Uses Azure REST API version 2021-05-01-preview.
Return
The diagnostic setting resource.
Parameters
argument
null
Return
The diagnostic setting resource.
Parameters
name
The name of the diagnostic setting.
resource Uri
The identifier of the resource.
See also
suspend fun getDiagnosticSetting(argument: suspend GetDiagnosticSettingPlainArgsBuilder.() -> Unit): GetDiagnosticSettingResult
Return
The diagnostic setting resource.
Parameters
argument
Builder for com.pulumi.azurenative.insights.kotlin.inputs.GetDiagnosticSettingPlainArgs.