WorkloadNetworkDhcpRelay.ServerAddresses Property

Definition

Gets or sets DHCP Relay Addresses. Max 3.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to