Freigeben über


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

Name Description
NetworkAuthenticationMethod(String)

Initializes a new instance of NetworkAuthenticationMethod.

Properties

Name Description
EapmschaPv2

EAPMSCHAPv2.

Eaptls

EAPTLS.

Methods

Name Description
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

Name Description
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