共用方式為


StartTask.UserIdentity 屬性

定義

取得或設定啟動工作執行所在的使用者身分識別。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

如果省略,工作會以工作唯一的非系統管理使用者身分執行。

適用於