次の方法で共有


Subnet.Delegations プロパティ

定義

サブネット上の委任への参照の配列を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.delegations")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.Delegation> Delegations { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.delegations")>]
member this.Delegations : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.Delegation> with get, set
Public Property Delegations As IList(Of Delegation)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象