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

ContainerServiceOutboundType 结构

定义

这只能在创建群集时设置,以后无法更改。 有关详细信息 ,请参阅出口出站类型

public readonly struct ContainerServiceOutboundType : IEquatable<Azure.ResourceManager.ContainerService.Models.ContainerServiceOutboundType>
type ContainerServiceOutboundType = struct
Public Structure ContainerServiceOutboundType
Implements IEquatable(Of ContainerServiceOutboundType)
继承
ContainerServiceOutboundType
实现

构造函数

ContainerServiceOutboundType(String)

初始化 ContainerServiceOutboundType 的新实例。

属性

LoadBalancer

对于经过 AKS 分配的公共 IP 的传出流量,将使用负载均衡器。 这支持类型为“loadBalancer”的 Kubernetes 服务。 有关详细信息,请参阅 出站类型 loadbalancer

ManagedNatGateway

AKS 托管的 NAT 网关用于出口。

UserAssignedNatGateway

与群集子网关联的用户分配的 NAT 网关用于出口。 这是一个高级方案,需要适当的网络配置。

UserDefinedRouting

出口路径必须由用户定义。 这是一个高级方案,需要适当的网络配置。 有关详细信息,请参阅 出站类型 userDefinedRouting

方法

Equals(ContainerServiceOutboundType)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(ContainerServiceOutboundType, ContainerServiceOutboundType)

确定两个 ContainerServiceOutboundType 值是否相同。

Implicit(String to ContainerServiceOutboundType)

将字符串转换为 ContainerServiceOutboundType

Inequality(ContainerServiceOutboundType, ContainerServiceOutboundType)

确定两个 ContainerServiceOutboundType 值是否不相同。

适用于