DispatchRoutineResponse 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.
Identifiers returned after a routine dispatch is queued.
public class DispatchRoutineResponse : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.DispatchRoutineResponse>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.DispatchRoutineResponse>
type DispatchRoutineResponse = class
interface IJsonModel<DispatchRoutineResponse>
interface IPersistableModel<DispatchRoutineResponse>
Public Class DispatchRoutineResponse
Implements IJsonModel(Of DispatchRoutineResponse), IPersistableModel(Of DispatchRoutineResponse)
- Inheritance
-
DispatchRoutineResponse
- Implements
Properties
| Name | Description |
|---|---|
| ActionCorrelationId |
A downstream action correlation identifier, when available. |
| DispatchId |
The dispatch identifier created for the routine dispatch. |
| TaskId |
A workspace task identifier created for the dispatch, when available. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to DispatchRoutineResponse) | |