Compartilhar via


NetworkConfiguration.DynamicVNetAssignmentScope Propriedade

Definição

Obtém ou define o escopo da atribuição de vnet 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 da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentários

Os valores possíveis incluem: 'none', 'job'

Aplica-se a