GetAssetResult

data class GetAssetResult(val assetEndpointProfileRef: String, val attributes: Any? = null, val azureApiVersion: String, val datasets: List<DatasetResponse>? = null, val defaultDatasetsConfiguration: String? = null, val defaultEventsConfiguration: String? = null, val defaultTopic: TopicResponse? = null, val description: String? = null, val discoveredAssetRefs: List<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: Double)

Asset definition.

Constructors

Link copied to clipboard
constructor(assetEndpointProfileRef: String, attributes: Any? = null, azureApiVersion: String, datasets: List<DatasetResponse>? = null, defaultDatasetsConfiguration: String? = null, defaultEventsConfiguration: String? = null, defaultTopic: TopicResponse? = null, description: String? = null, discoveredAssetRefs: List<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: Double)

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 provide asset endpoint profile name.

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

The Azure API version of the resource.

Link copied to clipboard

Array of datasets that are part of the asset. Each dataset describes the data points that make up the set.

Link copied to clipboard

Stringified JSON that contains connector-specific default configuration for all datasets. Each dataset 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

Object that describes the default topic information for the asset.

Link copied to clipboard
val description: String? = null

Human-readable description of the asset.

Link copied to clipboard

Reference to a list of discovered assets. Populated only if the asset has been created from discovery flow. Discovered asset names must be provided.

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. E.g. "/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.