get Diagnostic
Gets the details of the Diagnostic specified by its identifier. API Version: 2020-12-01.
Return
Diagnostic details.
Parameters
argument
null
suspend fun getDiagnostic(diagnosticId: String, resourceGroupName: String, serviceName: String): GetDiagnosticResult
Return
Diagnostic details.
Parameters
diagnostic Id
Diagnostic identifier. Must be unique in the current API Management service instance.
resource Group Name
The name of the resource group.
service Name
The name of the API Management service.
See also
suspend fun getDiagnostic(argument: suspend GetDiagnosticPlainArgsBuilder.() -> Unit): GetDiagnosticResult
Return
Diagnostic details.
Parameters
argument
Builder for com.pulumi.azurenative.apimanagement.kotlin.inputs.GetDiagnosticPlainArgs.