ConnectionState Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit les valeurs de 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)
- Héritage
- Attributs
-
Newtonsoft.Json.JsonConverterAttribute
Constructeurs
ConnectionState() |
Définit les valeurs de ConnectionState. |
Champs
Reachable |
Définit les valeurs de ConnectionState. |
Unknown |
Définit les valeurs de ConnectionState. |
Unreachable |
Définit les valeurs de ConnectionState. |
Propriétés
Value |
Définit les valeurs de ConnectionState. (Hérité de ExpandableStringEnum<T>) |
Méthodes
Equals(Object) |
Définit les valeurs de ConnectionState. (Hérité de ExpandableStringEnum<T>) |
Equals(String) |
Définit les valeurs de ConnectionState. (Hérité de ExpandableStringEnum<T>) |
GetHashCode() |
Définit les valeurs de ConnectionState. (Hérité de ExpandableStringEnum<T>) |
ToString() |
Définit les valeurs de ConnectionState. (Hérité de ExpandableStringEnum<T>) |
S’applique à
Azure SDK for .NET