Partager via


NetworkAuthenticationMethod Structure

Définition

Méthode d’authentification du client VPN.

public readonly struct NetworkAuthenticationMethod : IEquatable<Azure.ResourceManager.Network.Models.NetworkAuthenticationMethod>
type NetworkAuthenticationMethod = struct
Public Structure NetworkAuthenticationMethod
Implements IEquatable(Of NetworkAuthenticationMethod)
Héritage
NetworkAuthenticationMethod
Implémente

Constructeurs

NetworkAuthenticationMethod(String)

Initialise une nouvelle instance de NetworkAuthenticationMethod.

Propriétés

EapmschaPv2

EAPMSCHAPv2.

Eaptls

EAPTLS.

Méthodes

Equals(NetworkAuthenticationMethod)

Indique si l'objet actuel est égal à un autre objet du même type.

ToString()

Retourne le nom de type qualifié complet de cette instance.

Opérateurs

Equality(NetworkAuthenticationMethod, NetworkAuthenticationMethod)

Détermine si deux NetworkAuthenticationMethod valeurs sont identiques.

Implicit(String to NetworkAuthenticationMethod)

Convertit une chaîne en NetworkAuthenticationMethod.

Inequality(NetworkAuthenticationMethod, NetworkAuthenticationMethod)

Détermine si deux NetworkAuthenticationMethod valeurs ne sont pas identiques.

S’applique à