UserIdentity.AutoUser Property

Definition

Gets or sets the auto user under which the task is run.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The userName and autoUser properties are mutually exclusive; you must specify one but not both.

Applies to