JobRouterModelFactory.RouterJobNote 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.
Initializes a new instance of RouterJobNote.
public static Azure.Communication.JobRouter.RouterJobNote RouterJobNote (string message = default, DateTimeOffset? addedAt = default);
static member RouterJobNote : string * Nullable<DateTimeOffset> -> Azure.Communication.JobRouter.RouterJobNote
Public Shared Function RouterJobNote (Optional message As String = Nothing, Optional addedAt As Nullable(Of DateTimeOffset) = Nothing) As RouterJobNote
Parameters
- message
- String
The message contained in the note.
- addedAt
- Nullable<DateTimeOffset>
The time at which the note was added in UTC. If not provided, will default to the current time.
Returns
A new RouterJobNote instance for mocking.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET