Subnet.Delegations Property

Definition

Gets or sets an array of references to the delegations on the subnet.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to