Skip to main content

service_members_export_status

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

Overview

Nameservice_members_export_status
TypeResource
Idazure.ad_hybrid_health_service.service_members_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
listSELECTserviceMemberId, serviceNameGets the export status.

SELECT examples

Gets the export status.

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