Partager via


VpnAuthenticationType Structure

Définition

Types d’authentification VPN activés pour la passerelle de réseau virtuel.

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

Constructeurs

VpnAuthenticationType(String)

Initialise une nouvelle instance de VpnAuthenticationType.

Propriétés

Aad

AAD.

Certificate

Certificat.

Radius

Rayon.

Méthodes

Equals(VpnAuthenticationType)

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

Détermine si deux VpnAuthenticationType valeurs sont identiques.

Implicit(String to VpnAuthenticationType)

Convertit une chaîne en VpnAuthenticationType.

Inequality(VpnAuthenticationType, VpnAuthenticationType)

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

S’applique à