Skip to main content

dimensions_adds_dimensions

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

Overview

Namedimensions_adds_dimensions
TypeResource
Idazure.ad_hybrid_health_service.dimensions_adds_dimensions

Fields

NameDatatypeDescription
activeAlertsintegerThe count of alerts that are currently active for the service.
additionalInformationstringThe additional information related to the service.
displayNamestringThe display name of the service.
healthstringThe health status for the domain controller.
lastUpdatedstringThe date or time , in UTC, when the service properties were last updated.
resolvedAlertsintegerThe total count of alerts that has been resolved for the service.
signaturestringThe signature of the service.
simplePropertiesobjectList of service specific configuration properties.
typestringThe 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

NameAccessible byRequired ParamsDescription
listSELECTdimension, serviceNameGets 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 }}';