Share via


TlsAuthenticationType Struct

Definition

TLS authentication type enum. Serialized Name: TlsAuthenticationType

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

Constructors

TlsAuthenticationType(String)

Initializes a new instance of TlsAuthenticationType.

Properties

Mutual

Mutual TLS Serialized Name: TlsAuthenticationType.Mutual

Server

Server authentication Serialized Name: TlsAuthenticationType.Server

Methods

Equals(TlsAuthenticationType)

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

Determines if two TlsAuthenticationType values are the same.

Implicit(String to TlsAuthenticationType)

Converts a string to a TlsAuthenticationType.

Inequality(TlsAuthenticationType, TlsAuthenticationType)

Determines if two TlsAuthenticationType values are not the same.

Applies to