StartTask.UserIdentity 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定啟動工作執行所在的使用者身分識別。
[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
備註
如果省略,工作會以工作唯一的非系統管理使用者身分執行。