GetAssetResult

data class GetAssetResult(val assetEndpointProfileUri: String, val assetType: String? = null, val attributes: Any? = null, val dataPoints: List<DataPointResponse>? = null, val defaultDataPointsConfiguration: String? = null, val defaultEventsConfiguration: String? = null, val description: String? = null, val displayName: String? = null, val documentationUri: String? = null, val enabled: Boolean? = null, val events: List<EventResponse>? = null, val extendedLocation: ExtendedLocationResponse, val externalAssetId: String? = null, val hardwareRevision: String? = null, val id: String, val location: String, val manufacturer: String? = null, val manufacturerUri: String? = null, val model: String? = null, val name: String, val productCode: String? = null, val provisioningState: String, val serialNumber: String? = null, val softwareRevision: String? = null, val status: AssetStatusResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val uuid: String, val version: Int)

Asset definition.

Constructors

Link copied to clipboard
constructor(assetEndpointProfileUri: String, assetType: String? = null, attributes: Any? = null, dataPoints: List<DataPointResponse>? = null, defaultDataPointsConfiguration: String? = null, defaultEventsConfiguration: String? = null, description: String? = null, displayName: String? = null, documentationUri: String? = null, enabled: Boolean? = null, events: List<EventResponse>? = null, extendedLocation: ExtendedLocationResponse, externalAssetId: String? = null, hardwareRevision: String? = null, id: String, location: String, manufacturer: String? = null, manufacturerUri: String? = null, model: String? = null, name: String, productCode: String? = null, provisioningState: String, serialNumber: String? = null, softwareRevision: String? = null, status: AssetStatusResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, uuid: String, version: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A reference to the asset endpoint profile (connection information) used by brokers to connect to an endpoint that provides data points for this asset. Must have the format /.

Link copied to clipboard
val assetType: String? = null

Resource path to asset type (model) definition.

Link copied to clipboard
val attributes: Any? = null

A set of key-value pairs that contain custom attributes set by the customer.

Link copied to clipboard

Array of data points that are part of the asset. Each data point can reference an asset type capability and have per-data point configuration.

Link copied to clipboard

Stringified JSON that contains protocol-specific default configuration for all data points. Each data point can have its own configuration that overrides the default settings here.

Link copied to clipboard

Stringified JSON that contains connector-specific default configuration for all events. Each event can have its own configuration that overrides the default settings here.

Link copied to clipboard
val description: String? = null

Human-readable description of the asset.

Link copied to clipboard
val displayName: String? = null

Human-readable display name.

Link copied to clipboard

Reference to the documentation.

Link copied to clipboard
val enabled: Boolean? = null

Enabled/Disabled status of the asset.

Link copied to clipboard
val events: List<EventResponse>? = null

Array of events that are part of the asset. Each event can have per-event configuration.

Link copied to clipboard

The extended location.

Link copied to clipboard
val externalAssetId: String? = null

Asset id provided by the customer.

Link copied to clipboard

Revision number of the hardware.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard
val manufacturer: String? = null

Asset manufacturer name.

Link copied to clipboard
val manufacturerUri: String? = null

Asset manufacturer URI.

Link copied to clipboard
val model: String? = null

Asset model name.

Link copied to clipboard

The name of the resource

Link copied to clipboard
val productCode: String? = null

Asset product code.

Link copied to clipboard

Provisioning state of the resource.

Link copied to clipboard
val serialNumber: String? = null

Asset serial number.

Link copied to clipboard

Revision number of the software.

Link copied to clipboard

Read only object to reflect changes that have occurred on the Edge. Similar to Kubernetes status property for custom resources.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

Globally unique, immutable, non-reusable id.

Link copied to clipboard

An integer that is incremented each time the resource is modified.