adds_services_replication_status
Creates, updates, deletes, gets or lists a adds_services_replication_status
resource.
Overview
Name | adds_services_replication_status |
Type | Resource |
Id | azure.ad_hybrid_health_service.adds_services_replication_status |
Fields
Name | Datatype | Description |
---|---|---|
errorDcCount | integer | The total number of domain controllers with error in a given forest. |
forestName | string | The forest name. |
totalDcCount | integer | The total number of domain controllers for a given forest. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | serviceName | Gets Replication status for a given Active Directory Domain Service, that is onboarded to Azure Active Directory Connect Health. |
SELECT
examples
Gets Replication status for a given Active Directory Domain Service, that is onboarded to Azure Active Directory Connect Health.
SELECT
errorDcCount,
forestName,
totalDcCount
FROM azure.ad_hybrid_health_service.adds_services_replication_status
WHERE serviceName = '{{ serviceName }}';