getApiDiagnostic

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

apiId

API identifier. Must be unique in the current API Management service instance.

diagnosticId

Diagnostic identifier. Must be unique in the current API Management service instance.

resourceGroupName

The name of the resource group.

serviceName

The name of the API Management service.

See also


Return

Diagnostic details.

Parameters

argument

Builder for com.pulumi.azurenative.apimanagement.kotlin.inputs.GetApiDiagnosticPlainArgs.

See also