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
ActionType
Type of the action.
public AssetManagementGroupActionType ActionType { get; set; }
Property Value
LastUpdatedOn
Timestamp (in UTC) indicating when the management action was added or modified.
public DateTime? LastUpdatedOn { get; set; }
Property Value
Name
Name of the action.
public string Name { get; set; }
Property Value
TargetUri
The target URI on which a client can invoke the specific action.
public string TargetUri { get; set; }
Property Value
TimeoutInSeconds
Response timeout for the action.
public ulong? TimeoutInSeconds { get; set; }
Property Value
Topic
The MQTT topic path on which a client will receive the request for the action.
public string? Topic { get; set; }
Property Value
TypeRef
URI or type definition ID.
public string? TypeRef { get; set; }