EndpointDependency.EndpointDetails Property

Definition

Gets the list of connection details for this endpoint.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to