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