TaskAssignee(String, DiscoveryActorType) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of TaskAssignee.
public TaskAssignee(string id, Azure.AI.Discovery.DiscoveryActorType type);
new Azure.AI.Discovery.TaskAssignee : string * Azure.AI.Discovery.DiscoveryActorType -> Azure.AI.Discovery.TaskAssignee
Public Sub New (id As String, type As DiscoveryActorType)
Parameters
- id
- String
The unique identifier of the assignee.
- type
- DiscoveryActorType
Type of assignee (User, Application, System, or custom type).
Exceptions
id is null.