Freigeben über


ContainerAppIngressClientCertificateMode Struct

Definition

Client certificate mode for mTLS authentication. Ignore indicates server drops client certificate on forwarding. Accept indicates server forwards client certificate but does not require a client certificate. Require indicates server requires a client certificate.

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

Constructors

Name Description
ContainerAppIngressClientCertificateMode(String)

Initializes a new instance of ContainerAppIngressClientCertificateMode.

Properties

Name Description
Accept

accept.

Ignore

ignore.

Require

require.

Methods

Name Description
Equals(ContainerAppIngressClientCertificateMode)

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(ContainerAppIngressClientCertificateMode, ContainerAppIngressClientCertificateMode)

Determines if two ContainerAppIngressClientCertificateMode values are the same.

Implicit(String to ContainerAppIngressClientCertificateMode)

Converts a String to a ContainerAppIngressClientCertificateMode.

Inequality(ContainerAppIngressClientCertificateMode, ContainerAppIngressClientCertificateMode)

Determines if two ContainerAppIngressClientCertificateMode values are not the same.

Applies to