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

WebJobsAuthenticationEventsContext.ResourceServicePrincipal Property

Definition

Gets the resource service principal.

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

Property Value

The resource service principal.

Attributes

Applies to