Compartir a través de


NetworkConfiguration.DynamicVNetAssignmentScope Propiedad

Definición

Obtiene o establece el ámbito de la asignación de red virtual dinámica.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Entre los valores posibles se incluyen: "none", "job"

Se aplica a