Condividi tramite


StartTask.UserIdentity Proprietà

Definizione

Ottiene o imposta l'identità utente in cui viene eseguita l'attività di avvio.

[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

Valore della proprietà

Attributi
Newtonsoft.Json.JsonPropertyAttribute

Commenti

Se omesso, l'attività viene eseguita come utente non amministrativo univoco per l'attività.

Si applica a