services_export_errors
Creates, updates, deletes, gets or lists a services_export_errors
resource.
Overview
Name | services_export_errors |
Type | Resource |
Id | azure.ad_hybrid_health_service.services_export_errors |
Fields
Name | Datatype | Description |
---|---|---|
count | integer | The error count. |
errorBucket | string | The error bucket. |
truncated | boolean | Indicates if the error count is truncated or not. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | serviceName | Gets 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 }}';