Share via


IstioIngressGatewayMode Struct

Definition

Mode of an ingress gateway.

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

Constructors

IstioIngressGatewayMode(String)

Initializes a new instance of IstioIngressGatewayMode.

Properties

External

The ingress gateway is assigned a public IP address and is publicly accessible.

Internal

The ingress gateway is assigned an internal IP address and cannot is accessed publicly.

Methods

Equals(IstioIngressGatewayMode)

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

Equality(IstioIngressGatewayMode, IstioIngressGatewayMode)

Determines if two IstioIngressGatewayMode values are the same.

Implicit(String to IstioIngressGatewayMode)

Converts a string to a IstioIngressGatewayMode.

Inequality(IstioIngressGatewayMode, IstioIngressGatewayMode)

Determines if two IstioIngressGatewayMode values are not the same.

Applies to