你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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