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

JobManagerTask.UserIdentity 属性

定义

获取或设置运行任务时所依据的用户标识。

public Microsoft.Azure.Batch.UserIdentity UserIdentity { get; set; }
member this.UserIdentity : Microsoft.Azure.Batch.UserIdentity with get, set
Public Property UserIdentity As UserIdentity

属性值

注解

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

适用于