Language

IEndpointDependency.EndpointDetail Property

Definition

The list of connection details for this endpoint.

[Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Runtime.Info(Create=false, Description="The list of connection details for this endpoint.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.IEndpointDetail) }, Read=true, ReadOnly=true, Required=false, SerializedName="endpointDetails", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.IEndpointDetail> EndpointDetail { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Runtime.Info(Create=false, Description="The list of connection details for this endpoint.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.IEndpointDetail) }, Read=true, ReadOnly=true, Required=false, SerializedName="endpointDetails", Update=false)>]
member this.EndpointDetail : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.IEndpointDetail>
Public ReadOnly Property EndpointDetail As List(Of IEndpointDetail)

Property Value

Attributes

Applies to