Share via


NetworkConfiguration.DynamicVNetAssignmentScope Property

Definition

Gets or sets the scope of dynamic vnet assignment.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Possible values include: 'none', 'job'

Applies to