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

ContainerAppIngressClientCertificateMode(String)

Initializes a new instance of ContainerAppIngressClientCertificateMode.

Properties

Accept

accept.

Ignore

ignore.

Require

require.

Methods

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

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