IstioComponents Constructors

Definition

Overloads

Name Description
IstioComponents()

Initializes a new instance of the IstioComponents class.

IstioComponents(IList<IstioIngressGateway>, IList<IstioEgressGateway>)

Initializes a new instance of the IstioComponents class.

IstioComponents()

Initializes a new instance of the IstioComponents class.

public IstioComponents();
Public Sub New ()

Applies to

IstioComponents(IList<IstioIngressGateway>, IList<IstioEgressGateway>)

Initializes a new instance of the IstioComponents class.

public IstioComponents(System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.IstioIngressGateway> ingressGateways = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.IstioEgressGateway> egressGateways = default);
new Microsoft.Azure.Management.ContainerService.Models.IstioComponents : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.IstioIngressGateway> * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.IstioEgressGateway> -> Microsoft.Azure.Management.ContainerService.Models.IstioComponents
Public Sub New (Optional ingressGateways As IList(Of IstioIngressGateway) = Nothing, Optional egressGateways As IList(Of IstioEgressGateway) = Nothing)

Parameters

ingressGateways
IList<IstioIngressGateway>

Istio ingress gateways.

egressGateways
IList<IstioEgressGateway>

Istio egress gateways.

Applies to