dimensions_adds_dimensions
Creates, updates, deletes, gets or lists a dimensions_adds_dimensions
resource.
Overview
Name | dimensions_adds_dimensions |
Type | Resource |
Id | azure.ad_hybrid_health_service.dimensions_adds_dimensions |
Fields
Name | Datatype | Description |
---|---|---|
activeAlerts | integer | The count of alerts that are currently active for the service. |
additionalInformation | string | The additional information related to the service. |
displayName | string | The display name of the service. |
health | string | The health status for the domain controller. |
lastUpdated | string | The date or time , in UTC, when the service properties were last updated. |
resolvedAlerts | integer | The total count of alerts that has been resolved for the service. |
signature | string | The signature of the service. |
simpleProperties | object | List of service specific configuration properties. |
type | string | The service type for the services onboarded to Azure Active Directory Connect Health. Depending on whether the service is monitoring, ADFS, Sync or ADDS roles, the service type can either be AdFederationService or AadSyncService or AdDomainService. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | dimension, serviceName | Gets the dimensions for a given dimension type in a server. |
SELECT
examples
Gets the dimensions for a given dimension type in a server.
SELECT
activeAlerts,
additionalInformation,
displayName,
health,
lastUpdated,
resolvedAlerts,
signature,
simpleProperties,
type
FROM azure.ad_hybrid_health_service.dimensions_adds_dimensions
WHERE dimension = '{{ dimension }}'
AND serviceName = '{{ serviceName }}';