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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET