Share via


UserIdentity.AutoUser Property

Definition

Gets the auto user under which the task is run.

public Microsoft.Azure.Batch.AutoUserSpecification AutoUser { get; }
member this.AutoUser : Microsoft.Azure.Batch.AutoUserSpecification
Public ReadOnly Property AutoUser As AutoUserSpecification

Property Value

Remarks

The UserName and AutoUser properties are mutually exclusive; you must specify one but not both.

Applies to