NetworkAuthenticationMethod Struct

Definition

Compatibility declaration for the NetworkAuthenticationMethod type.

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

Gets or sets the EapmschaPv2 compatibility property.

EAPMSCHAPv2

EAPMSCHAPv2.

Eaptls

Gets or sets the Eaptls compatibility property.

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.

Implicit(String to Nullable<NetworkAuthenticationMethod>)
Inequality(NetworkAuthenticationMethod, NetworkAuthenticationMethod)

Determines if two NetworkAuthenticationMethod values are not the same.

Applies to