共用方式為


NetworkConfiguration.DynamicVnetAssignmentScope 屬性

定義

取得或設定動態 vnet 指派的範圍。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

可能的值包括:'none'、'job'

適用於