AutoUserSpecification.Scope Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the scope for the auto user. If omitted, the default is Pool.
public Microsoft.Azure.Batch.Common.AutoUserScope? Scope { get; }
member this.Scope : Nullable<Microsoft.Azure.Batch.Common.AutoUserScope>
Public ReadOnly Property Scope As Nullable(Of AutoUserScope)
Property Value
Remarks
If the pool is running Windows a value of Task should be specified if stricter isolation between tasks is required. For example, if the Task mutates the registry in a way which could impact other Tasks, or if Certificates have been specified on the pool which should not be accessible by normal tasks but should be accessible by StartTasks.
Applies to
Azure SDK for .NET