Share via


ICloudServicesNetworkPatchParameters.AdditionalEgressEndpoint Property

Definition

The list of egress endpoints. This allows for connection from a Hybrid AKS cluster to the specified endpoint.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The list of egress endpoints. This allows for connection from a Hybrid AKS cluster to the specified endpoint.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IEgressEndpoint) }, Read=true, ReadOnly=false, Required=false, SerializedName="additionalEgressEndpoints", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IEgressEndpoint> AdditionalEgressEndpoint { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The list of egress endpoints. This allows for connection from a Hybrid AKS cluster to the specified endpoint.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IEgressEndpoint) }, Read=true, ReadOnly=false, Required=false, SerializedName="additionalEgressEndpoints", Update=true)>]
member this.AdditionalEgressEndpoint : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IEgressEndpoint> with get, set
Public Property AdditionalEgressEndpoint As List(Of IEgressEndpoint)

Property Value

Attributes

Applies to