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

WebJobsAuthenticationEventsContext.ClientServicePrincipal Property

Definition

Gets the client service principal.

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

Property Value

The client service principal.

Attributes

Applies to