ManagedClusterWebAppRoutingGatewayAPIImplementations Constructors

Definition

Overloads

Name Description
ManagedClusterWebAppRoutingGatewayAPIImplementations()

Initializes a new instance of the ManagedClusterWebAppRoutingGatewayAPIImplementations class.

ManagedClusterWebAppRoutingGatewayAPIImplementations(ManagedClusterAppRoutingIstio)

Initializes a new instance of the ManagedClusterWebAppRoutingGatewayAPIImplementations class.

ManagedClusterWebAppRoutingGatewayAPIImplementations()

Initializes a new instance of the ManagedClusterWebAppRoutingGatewayAPIImplementations class.

public ManagedClusterWebAppRoutingGatewayAPIImplementations();
Public Sub New ()

Applies to

ManagedClusterWebAppRoutingGatewayAPIImplementations(ManagedClusterAppRoutingIstio)

Initializes a new instance of the ManagedClusterWebAppRoutingGatewayAPIImplementations class.

public ManagedClusterWebAppRoutingGatewayAPIImplementations(Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAppRoutingIstio appRoutingIstio = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWebAppRoutingGatewayAPIImplementations : Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAppRoutingIstio -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWebAppRoutingGatewayAPIImplementations
Public Sub New (Optional appRoutingIstio As ManagedClusterAppRoutingIstio = Nothing)

Parameters

appRoutingIstio
ManagedClusterAppRoutingIstio

Configuration for using a sidecar-less Istio control plane for managed ingress via the Gateway API with App Routing. See https://aka.ms/gateway-on-istio for information on using Istio for ingress via the Gateway API.

Applies to