共用方式為


AutoUserSpecification.Scope 屬性

定義

取得或設定自動使用者的範圍

[Newtonsoft.Json.JsonProperty(PropertyName="scope")]
public Microsoft.Azure.Management.Batch.Models.AutoUserScope? Scope { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="scope")>]
member this.Scope : Nullable<Microsoft.Azure.Management.Batch.Models.AutoUserScope> with get, set
Public Property Scope As Nullable(Of AutoUserScope)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

預設值為 Pool。 如果集區正在執行 Windows,則如果需要工作之間的嚴格隔離,就應該指定 Task 的值。 例如,如果工作會以可能會影響其他工作的方式變動登錄,或已在集區上指定憑證,而該集區上不應該由一般工作存取,但應該可供開始工作存取。 可能的值包括:'Task'、'Pool'

適用於