ManagedClusterAppRoutingIstio 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 |
|---|---|
| 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'