Delen via


VpnConnectionStatus Struct

Definition

The current state of the vpn connection.

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

Constructors

VpnConnectionStatus(String)

Initializes a new instance of VpnConnectionStatus.

Properties

Connected

Connected.

Connecting

Connecting.

NotConnected

NotConnected.

Unknown

Unknown.

Methods

Equals(VpnConnectionStatus)

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

Determines if two VpnConnectionStatus values are the same.

Implicit(String to VpnConnectionStatus)

Converts a string to a VpnConnectionStatus.

Inequality(VpnConnectionStatus, VpnConnectionStatus)

Determines if two VpnConnectionStatus values are not the same.

Applies to