Uses of Class
com.azure.resourcemanager.deviceregistry.models.AssetProperties
Package
Description
Package containing the inner data models for DeviceRegistry.
Package containing the data models for DeviceRegistry.
-
Uses of AssetProperties in com.azure.resourcemanager.deviceregistry.fluent.models
Modifier and TypeMethodDescriptionAssetInner.properties()
Get the properties property: The resource-specific properties for this resource.Modifier and TypeMethodDescriptionAssetInner.withProperties
(AssetProperties properties) Set the properties property: The resource-specific properties for this resource. -
Uses of AssetProperties in com.azure.resourcemanager.deviceregistry.models
Modifier and TypeMethodDescriptionAsset.properties()
Gets the properties property: The resource-specific properties for this resource.AssetProperties.withAssetEndpointProfileUri
(String assetEndpointProfileUri) Set the assetEndpointProfileUri property: A reference to the asset endpoint profile (connection information) used by brokers to connect to an endpoint that provides data points for this asset.AssetProperties.withAssetType
(String assetType) Set the assetType property: Resource path to asset type (model) definition.AssetProperties.withAttributes
(Map<String, Object> attributes) Set the attributes property: A set of key-value pairs that contain custom attributes set by the customer.AssetProperties.withDataPoints
(List<DataPoint> dataPoints) Set the dataPoints property: Array of data points that are part of the asset.AssetProperties.withDefaultDataPointsConfiguration
(String defaultDataPointsConfiguration) Set the defaultDataPointsConfiguration property: Protocol-specific default configuration for all data points.AssetProperties.withDefaultEventsConfiguration
(String defaultEventsConfiguration) Set the defaultEventsConfiguration property: Protocol-specific default configuration for all events.AssetProperties.withDescription
(String description) Set the description property: Human-readable description of the asset.AssetProperties.withDisplayName
(String displayName) Set the displayName property: Human-readable display name.AssetProperties.withDocumentationUri
(String documentationUri) Set the documentationUri property: Reference to the documentation.AssetProperties.withEnabled
(Boolean enabled) Set the enabled property: Enabled/Disabled status of the asset.AssetProperties.withEvents
(List<Event> events) Set the events property: Array of events that are part of the asset.AssetProperties.withExternalAssetId
(String externalAssetId) Set the externalAssetId property: Asset id provided by the customer.AssetProperties.withHardwareRevision
(String hardwareRevision) Set the hardwareRevision property: Revision number of the hardware.AssetProperties.withManufacturer
(String manufacturer) Set the manufacturer property: Asset manufacturer name.AssetProperties.withManufacturerUri
(String manufacturerUri) Set the manufacturerUri property: Asset manufacturer URI.Set the model property: Asset model name.AssetProperties.withProductCode
(String productCode) Set the productCode property: Asset product code.AssetProperties.withSerialNumber
(String serialNumber) Set the serialNumber property: Asset serial number.AssetProperties.withSoftwareRevision
(String softwareRevision) Set the softwareRevision property: Revision number of the software.Modifier and TypeMethodDescriptionAsset.DefinitionStages.WithProperties.withProperties
(AssetProperties properties) Specifies the properties property: The resource-specific properties for this resource..