IManagedClusterProperties.ComponentEgressGateway Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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