ConnectionState Class

Definition

Defines values for ConnectionState.

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

Constructors

ConnectionState()

Fields

Reachable
Unknown
Unreachable

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