ArmContainerServiceModelFactory.IstioComponents Method

Definition

Istio components configuration.

public static Azure.ResourceManager.ContainerService.Models.IstioComponents IstioComponents(System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerService.Models.IstioIngressGateway> ingressGateways = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerService.Models.IstioEgressGateway> egressGateways = default, Azure.ResourceManager.ContainerService.Models.ProxyRedirectionMechanism? proxyRedirectionMechanism = default);
static member IstioComponents : seq<Azure.ResourceManager.ContainerService.Models.IstioIngressGateway> * seq<Azure.ResourceManager.ContainerService.Models.IstioEgressGateway> * Nullable<Azure.ResourceManager.ContainerService.Models.ProxyRedirectionMechanism> -> Azure.ResourceManager.ContainerService.Models.IstioComponents
Public Shared Function IstioComponents (Optional ingressGateways As IEnumerable(Of IstioIngressGateway) = Nothing, Optional egressGateways As IEnumerable(Of IstioEgressGateway) = Nothing, Optional proxyRedirectionMechanism As Nullable(Of ProxyRedirectionMechanism) = Nothing) As IstioComponents

Parameters

ingressGateways
IEnumerable<IstioIngressGateway>

Istio ingress gateways.

egressGateways
IEnumerable<IstioEgressGateway>

Istio egress gateways.

proxyRedirectionMechanism
Nullable<ProxyRedirectionMechanism>

Mode of traffic redirection.

Returns

A new IstioComponents instance for mocking.

Applies to