Uses of Class
com.azure.resourcemanager.deviceregistry.models.DataPoint
Package
Description
Package containing the data models for DeviceRegistry.
-
Uses of DataPoint in com.azure.resourcemanager.deviceregistry.models
Modifier and TypeMethodDescriptionDataPoint.withCapabilityId
(String capabilityId) Set the capabilityId property: The path to the type definition of the capability (e.g.DataPoint.withDataPointConfiguration
(String dataPointConfiguration) Set the dataPointConfiguration property: Protocol-specific configuration for the data point.DataPoint.withDataSource
(String dataSource) Set the dataSource property: The address of the source of the data in the asset (e.g.Set the name property: The name of the data point.DataPoint.withObservabilityMode
(DataPointsObservabilityMode observabilityMode) Set the observabilityMode property: An indication of how the data point should be mapped to OpenTelemetry.Modifier and TypeMethodDescriptionAssetProperties.dataPoints()
Get the dataPoints property: Array of data points that are part of the asset.AssetUpdateProperties.dataPoints()
Get the dataPoints property: Array of data points that are part of the asset.Modifier and TypeMethodDescriptionAssetProperties.withDataPoints
(List<DataPoint> dataPoints) Set the dataPoints property: Array of data points that are part of the asset.AssetUpdateProperties.withDataPoints
(List<DataPoint> dataPoints) Set the dataPoints property: Array of data points that are part of the asset.