Skip to main content

services_export_errors

Creates, updates, deletes, gets or lists a services_export_errors resource.

Overview

Nameservices_export_errors
TypeResource
Idazure.ad_hybrid_health_service.services_export_errors

Fields

NameDatatypeDescription
countintegerThe error count.
errorBucketstringThe error bucket.
truncatedbooleanIndicates if the error count is truncated or not.

Methods

NameAccessible byRequired ParamsDescription
listSELECTserviceNameGets the count of latest AAD export errors.

SELECT examples

Gets the count of latest AAD export errors.

SELECT
count,
errorBucket,
truncated
FROM azure.ad_hybrid_health_service.services_export_errors
WHERE serviceName = '{{ serviceName }}';