Share via


NetworkAuthenticationMethod Struct

Definition

VPN client authentication method.

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

Constructors

NetworkAuthenticationMethod(String)

Initializes a new instance of NetworkAuthenticationMethod.

Properties

EapmschaPv2

EAPMSCHAPv2.

Eaptls

EAPTLS.

Methods

Equals(NetworkAuthenticationMethod)

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

Determines if two NetworkAuthenticationMethod values are the same.

Implicit(String to NetworkAuthenticationMethod)

Converts a string to a NetworkAuthenticationMethod.

Inequality(NetworkAuthenticationMethod, NetworkAuthenticationMethod)

Determines if two NetworkAuthenticationMethod values are not the same.

Applies to