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

JobManagerTask.UserIdentity 属性

定义

获取或设置运行作业管理器任务时所依据的用户标识。

[Newtonsoft.Json.JsonProperty(PropertyName="userIdentity")]
public Microsoft.Azure.Batch.Protocol.Models.UserIdentity UserIdentity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="userIdentity")>]
member this.UserIdentity : Microsoft.Azure.Batch.Protocol.Models.UserIdentity with get, set
Public Property UserIdentity As UserIdentity

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

注解

如果省略,则任务将作为 Task 唯一的非管理用户运行。

适用于