Condividi tramite


GatewayApiIstioMode Struct

Definition

Whether to enable Istio as a Gateway API implementation for managed ingress with App Routing.

public readonly struct GatewayApiIstioMode : IEquatable<Azure.ResourceManager.ContainerService.Models.GatewayApiIstioMode>
type GatewayApiIstioMode = struct
Public Structure GatewayApiIstioMode
Implements IEquatable(Of GatewayApiIstioMode)
Inheritance
GatewayApiIstioMode
Implements

Constructors

Name Description
GatewayApiIstioMode(String)

Initializes a new instance of GatewayApiIstioMode.

Properties

Name Description
Disabled

Disables the sidecar-less istio control plane for managed ingress via the Gateway API.

Enabled

Enables managed ingress via the Gateway API using a sidecar-less Istio controlplane.

Methods

Name Description
Equals(GatewayApiIstioMode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(GatewayApiIstioMode, GatewayApiIstioMode)

Determines if two GatewayApiIstioMode values are the same.

Implicit(String to GatewayApiIstioMode)

Converts a string to a GatewayApiIstioMode.

Implicit(String to Nullable<GatewayApiIstioMode>)
Inequality(GatewayApiIstioMode, GatewayApiIstioMode)

Determines if two GatewayApiIstioMode values are not the same.

Applies to