Partilhar via


IManagedClusterProperties.ComponentEgressGateway Property

Definition

Istio egress gateways.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="Istio egress gateways.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IIstioEgressGateway) }, Read=true, ReadOnly=false, Required=false, SerializedName="egressGateways", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IIstioEgressGateway> ComponentEgressGateway { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="Istio egress gateways.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IIstioEgressGateway) }, Read=true, ReadOnly=false, Required=false, SerializedName="egressGateways", Update=true)>]
member this.ComponentEgressGateway : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IIstioEgressGateway> with get, set
Public Property ComponentEgressGateway As List(Of IIstioEgressGateway)

Property Value

Attributes

Applies to