Share via


ICloudServicesNetwork.EnabledEgressEndpoint Property

Definition

The full list of additional and default egress endpoints that are currently enabled.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The full list of additional and default egress endpoints that are currently enabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IEgressEndpoint) }, Read=true, ReadOnly=true, Required=false, SerializedName="enabledEgressEndpoints", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IEgressEndpoint> EnabledEgressEndpoint { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The full list of additional and default egress endpoints that are currently enabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IEgressEndpoint) }, Read=true, ReadOnly=true, Required=false, SerializedName="enabledEgressEndpoints", Update=false)>]
member this.EnabledEgressEndpoint : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IEgressEndpoint>
Public ReadOnly Property EnabledEgressEndpoint As List(Of IEgressEndpoint)

Property Value

Attributes

Applies to