service_members_export_status
Creates, updates, deletes, gets or lists a service_members_export_status
resource.
Overview
Name | service_members_export_status |
Type | Resource |
Id | azure.ad_hybrid_health_service.service_members_export_status |
Fields
Name | Datatype | Description |
---|---|---|
endTime | string | The date and time when the export ended. |
runStepResultId | string | The run step result Id. |
serviceId | string | The id of the service for whom the export status is being reported. |
serviceMemberId | string | The server Id for whom the export status is being reported. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | serviceMemberId, serviceName | Gets 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 }}';