TaskAssignee(String, DiscoveryActorType) Constructor

Definition

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.

Applies to