IEndpointDependency.EndpointDetail Property

Definition

The IP Addresses and Ports used when connecting to DomainName.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The IP Addresses and Ports used when connecting to DomainName.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IEndpointDetail) }, Read=true, ReadOnly=false, Required=false, SerializedName="endpointDetails", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IEndpointDetail> EndpointDetail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The IP Addresses and Ports used when connecting to DomainName.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IEndpointDetail) }, Read=true, ReadOnly=false, Required=false, SerializedName="endpointDetails", Update=true)>]
member this.EndpointDetail : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IEndpointDetail> with get, set
Public Property EndpointDetail As List(Of IEndpointDetail)

Property Value

Attributes

Applies to