Share via


VpnLinkConnectionMode Struct

Definition

Vpn link connection mode.

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

Constructors

VpnLinkConnectionMode(String)

Initializes a new instance of VpnLinkConnectionMode.

Properties

Default

Default.

InitiatorOnly

InitiatorOnly.

ResponderOnly

ResponderOnly.

Methods

Equals(VpnLinkConnectionMode)

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

Determines if two VpnLinkConnectionMode values are the same.

Implicit(String to VpnLinkConnectionMode)

Converts a string to a VpnLinkConnectionMode.

Inequality(VpnLinkConnectionMode, VpnLinkConnectionMode)

Determines if two VpnLinkConnectionMode values are not the same.

Applies to