StartTask.UserIdentity Propriedade

Definição

Obtém ou define a identidade de utilizador na qual a tarefa de início é executada.

[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

Valor de Propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Observações

Se omitido, a tarefa é executada como um utilizador não administrativo exclusivo da tarefa.

Aplica-se a