Table of Contents

Class DiscoveredAssetManagementGroupAction

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

Properties

ActionConfiguration

Configuration for the action.

public string? ActionConfiguration { get; set; }

Property Value

string

ActionType

Type of the action.

public AssetManagementGroupActionType ActionType { get; set; }

Property Value

AssetManagementGroupActionType

LastUpdatedOn

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

public DateTime? LastUpdatedOn { get; set; }

Property Value

DateTime?

Name

Name of the action.

public string Name { get; set; }

Property Value

string

TargetUri

The target URI on which a client can invoke the specific action.

public string TargetUri { get; set; }

Property Value

string

TimeoutInSeconds

Response timeout for the action.

public ulong? TimeoutInSeconds { get; set; }

Property Value

ulong?

Topic

The MQTT topic path on which a client will receive the request for the action.

public string? Topic { get; set; }

Property Value

string

TypeRef

URI or type definition ID.

public string? TypeRef { get; set; }

Property Value

string