IEndpointDependency.EndpointDetail Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The list of connection details for this endpoint.
[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="The list of connection details for this endpoint.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.IEndpointDetail) }, ReadOnly=true, Required=false, SerializedName="endpointDetails")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.IEndpointDetail[] EndpointDetail { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="The list of connection details for this endpoint.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.IEndpointDetail) }, ReadOnly=true, Required=false, SerializedName="endpointDetails")>]
member this.EndpointDetail : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.IEndpointDetail[]
Public ReadOnly Property EndpointDetail As IEndpointDetail()
Property Value
- Attributes