VpnLinkConnectionMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET