Share via


NetworkConfiguration.DynamicVNetAssignmentScope Property

Definition

Gets or sets the scope of the dynamic VNet assignment.

public Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope? DynamicVNetAssignmentScope { get; set; }
member this.DynamicVNetAssignmentScope : Nullable<Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope> with get, set
Public Property DynamicVNetAssignmentScope As Nullable(Of DynamicVNetAssignmentScope)

Property Value

Remarks

This property can only be specified for pools created with a VirtualMachineConfiguration.

Applies to