你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WebJobsAuthenticationEventsContext.User Property

Definition

Gets the user.

[System.Text.Json.Serialization.JsonPropertyName("user")]
public Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents.TokenIssuanceStart.WebJobsAuthenticationEventsContextUser User { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("user")>]
member this.User : Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents.TokenIssuanceStart.WebJobsAuthenticationEventsContextUser with get, set
Public Property User As WebJobsAuthenticationEventsContextUser

Property Value

The user.

Attributes

Applies to