DiscoveryModelFactory.TaskAssignee(String, DiscoveryActorType) Method
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 static Azure.AI.Discovery.TaskAssignee TaskAssignee(string id = default, Azure.AI.Discovery.DiscoveryActorType type = default);
static member TaskAssignee : string * Azure.AI.Discovery.DiscoveryActorType -> Azure.AI.Discovery.TaskAssignee
Public Shared Function TaskAssignee (Optional id As String = Nothing, Optional type As DiscoveryActorType = Nothing) As TaskAssignee
Parameters
- id
- String
The unique identifier of the assignee.
- type
- DiscoveryActorType
Type of assignee (User, Application, System, or custom type).
Returns
A new TaskAssignee instance for mocking.