OutboundEnvironmentEndpoint.Endpoints Property

Definition

Gets or sets the endpoints that the Api Management Service reaches the service at.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to