Partager via


IEgressEndpoint.Endpoint Property

Definition

The list of endpoint dependencies.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The list of endpoint dependencies.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IEndpointDependency) }, Read=true, ReadOnly=false, Required=true, SerializedName="endpoints", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IEndpointDependency> Endpoint { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The list of endpoint dependencies.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IEndpointDependency) }, Read=true, ReadOnly=false, Required=true, SerializedName="endpoints", Update=true)>]
member this.Endpoint : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IEndpointDependency> with get, set
Public Property Endpoint As List(Of IEndpointDependency)

Property Value

Attributes

Applies to