ManagedClusterAppRoutingIstio Constructors

Definition

Overloads

Name Description
ManagedClusterAppRoutingIstio()

Initializes a new instance of the ManagedClusterAppRoutingIstio class.

ManagedClusterAppRoutingIstio(String)

Initializes a new instance of the ManagedClusterAppRoutingIstio class.

ManagedClusterAppRoutingIstio()

Initializes a new instance of the ManagedClusterAppRoutingIstio class.

public ManagedClusterAppRoutingIstio();
Public Sub New ()

Applies to

ManagedClusterAppRoutingIstio(String)

Initializes a new instance of the ManagedClusterAppRoutingIstio class.

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

Parameters

mode
String

Whether to enable Istio as a Gateway API implementation for managed ingress with App Routing. Possible values include: 'Enabled', 'Disabled'

Applies to