次の方法で共有


NetworkConfiguration.DynamicVnetAssignmentScope プロパティ

定義

動的 vnet 割り当てのスコープを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

使用可能な値は、'none'、'job' です。

適用対象