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

ContainerAppIngressClientCertificateMode 结构

定义

用于 mTLS 身份验证的客户端证书模式。 Ignore 表示服务器在转发时丢弃客户端证书。 接受表示服务器转发客户端证书,但不需要客户端证书。 Require 表示服务器需要客户端证书。

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

构造函数

ContainerAppIngressClientCertificateMode(String)

初始化 ContainerAppIngressClientCertificateMode 的新实例。

属性

Accept

接受。

Ignore

忽略。

Require

需要。

方法

Equals(ContainerAppIngressClientCertificateMode)

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

ToString()

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

运算符

Equality(ContainerAppIngressClientCertificateMode, ContainerAppIngressClientCertificateMode)

确定两个 ContainerAppIngressClientCertificateMode 值是否相同。

Implicit(String to ContainerAppIngressClientCertificateMode)

将字符串转换为 ContainerAppIngressClientCertificateMode

Inequality(ContainerAppIngressClientCertificateMode, ContainerAppIngressClientCertificateMode)

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

适用于