Share via


NetworkConfiguration.DynamicVnetAssignmentScope Property

Definition

Gets or sets the scope of dynamic vnet assignment.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Possible values include: 'none', 'job'

Applies to