IstioComponents Constructors
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.
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.