Table of Contents

Class DiscoveredAssetManagementGroup

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.Models
Assembly
Azure.Iot.Operations.Services.dll
public class DiscoveredAssetManagementGroup
Inheritance
DiscoveredAssetManagementGroup
Inherited Members

Properties

Actions

Array of actions that are part of the management group. Each action can have an individual configuration.

public List<DiscoveredAssetManagementGroupAction>? Actions { get; set; }

Property Value

List<DiscoveredAssetManagementGroupAction>

DataSource

Reference to a data source for a given management group.

public string? DataSource { get; set; }

Property Value

string

DefaultTimeoutInSeconds

Default response timeout for all actions that are part of the management group.

public ulong? DefaultTimeoutInSeconds { get; set; }

Property Value

ulong?

DefaultTopic

Default MQTT topic path on which a client will receive the request for all actions that are part of the management group.

public string? DefaultTopic { get; set; }

Property Value

string

LastUpdatedOn

Timestamp (in UTC) indicating when the management group was added or modified.

public DateTime? LastUpdatedOn { get; set; }

Property Value

DateTime?

ManagementGroupConfiguration

Stringified JSON that contains connector-specific configuration for the management group.

public string? ManagementGroupConfiguration { get; set; }

Property Value

string

Name

Name of the management group.

public string Name { get; set; }

Property Value

string

TypeRef

URI or type definition ID.

public string? TypeRef { get; set; }

Property Value

string