EndpointDependency.EndpointDetails Property

Definition

Gets or sets the Ports used when connecting to DomainName.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to