InboundEnvironmentEndpoint.Endpoints Property

Definition

Gets or sets the IP addresses that network traffic will originate from in cidr notation.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to