get Api Diagnostic
Gets the details of the Diagnostic for an API specified by its identifier. API Version: 2020-12-01.
Return
Diagnostic details.
Parameters
argument
null
suspend fun getApiDiagnostic(apiId: String, diagnosticId: String, resourceGroupName: String, serviceName: String): GetApiDiagnosticResult
Return
Diagnostic details.
Parameters
api Id
API identifier. Must be unique in the current API Management service instance.
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 getApiDiagnostic(argument: suspend GetApiDiagnosticPlainArgsBuilder.() -> Unit): GetApiDiagnosticResult
Return
Diagnostic details.
Parameters
argument
Builder for com.pulumi.azurenative.apimanagement.kotlin.inputs.GetApiDiagnosticPlainArgs.