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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET