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