Skip to main content

services_export_status

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

Overview

Nameservices_export_status
TypeResource
Idazure.ad_hybrid_health_service.services_export_status

Fields

NameDatatypeDescription
endTimestringThe date and time when the export ended.
runStepResultIdstringThe run step result Id.
serviceIdstringThe id of the service for whom the export status is being reported.
serviceMemberIdstringThe server Id for whom the export status is being reported.

Methods

NameAccessible byRequired ParamsDescription
listSELECTserviceNameGets the export status.

SELECT examples

Gets the export status.

SELECT
endTime,
runStepResultId,
serviceId,
serviceMemberId
FROM azure.ad_hybrid_health_service.services_export_status
WHERE serviceName = '{{ serviceName }}';