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 or sets the scope for the auto user
[Newtonsoft.Json.JsonProperty(PropertyName="scope")]
public Microsoft.Azure.Batch.Protocol.Models.AutoUserScope? Scope { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="scope")>]
member this.Scope : Nullable<Microsoft.Azure.Batch.Protocol.Models.AutoUserScope> with get, set
Public Property Scope As Nullable(Of AutoUserScope)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Remarks
The default value is pool. 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. Possible values include: 'task', 'pool'
Applies to
Azure SDK for .NET