TaskAssignee Class
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.
Task assignee information.
public class TaskAssignee : System.ClientModel.Primitives.IJsonModel<Azure.AI.Discovery.TaskAssignee>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Discovery.TaskAssignee>
type TaskAssignee = class
interface IJsonModel<TaskAssignee>
interface IPersistableModel<TaskAssignee>
Public Class TaskAssignee
Implements IJsonModel(Of TaskAssignee), IPersistableModel(Of TaskAssignee)
- Inheritance
-
TaskAssignee
- Implements
Constructors
| Name | Description |
|---|---|
| TaskAssignee(String, DiscoveryActorType) |
Initializes a new instance of TaskAssignee. |
Properties
| Name | Description |
|---|---|
| Id |
The unique identifier of the assignee. |
| Type |
Type of assignee (User, Application, System, or custom type). |