NetworkConfiguration.DynamicVnetAssignmentScope 속성

정의

동적 vnet 할당의 scope 가져오거나 설정합니다.

[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'입니다.

적용 대상