TunnelConnectionStatus Class

Definition

Defines values for TunnelConnectionStatus.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.TunnelConnectionStatus>))]
public class TunnelConnectionStatus : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Network.Fluent.Models.TunnelConnectionStatus>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.TunnelConnectionStatus>))>]
type TunnelConnectionStatus = class
    inherit ExpandableStringEnum<TunnelConnectionStatus>
Public Class TunnelConnectionStatus
Inherits ExpandableStringEnum(Of TunnelConnectionStatus)
Inheritance
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

TunnelConnectionStatus()

Fields

Connected
Connecting
NotConnected
Unknown

Properties

Value (Inherited from ExpandableStringEnum<T>)

Methods

Equals(Object) (Inherited from ExpandableStringEnum<T>)
Equals(String) (Inherited from ExpandableStringEnum<T>)
GetHashCode() (Inherited from ExpandableStringEnum<T>)
ToString() (Inherited from ExpandableStringEnum<T>)

Applies to