WorkloadNetworkSegmentSubnet.DhcpRanges Property

Definition

Gets or sets DHCP Range assigned for subnet.

[Newtonsoft.Json.JsonProperty(PropertyName="dhcpRanges")]
public System.Collections.Generic.IList<string> DhcpRanges { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dhcpRanges")>]
member this.DhcpRanges : System.Collections.Generic.IList<string> with get, set
Public Property DhcpRanges As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to