BgpPeerState Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define valores para BgpPeerState.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.BgpPeerState>))]
public class BgpPeerState : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Network.Fluent.Models.BgpPeerState>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.BgpPeerState>))>]
type BgpPeerState = class
inherit ExpandableStringEnum<BgpPeerState>
Public Class BgpPeerState
Inherits ExpandableStringEnum(Of BgpPeerState)
- Herança
- Atributos
-
Newtonsoft.Json.JsonConverterAttribute
Construtores
BgpPeerState() |
Define valores para BgpPeerState. |
Campos
Connected |
Define valores para BgpPeerState. |
Connecting |
Define valores para BgpPeerState. |
Idle |
Define valores para BgpPeerState. |
Stopped |
Define valores para BgpPeerState. |
Unknown |
Define valores para BgpPeerState. |
Propriedades
Value |
Define valores para BgpPeerState. (Herdado de ExpandableStringEnum<T>) |
Métodos
Equals(Object) |
Define valores para BgpPeerState. (Herdado de ExpandableStringEnum<T>) |
Equals(String) |
Define valores para BgpPeerState. (Herdado de ExpandableStringEnum<T>) |
GetHashCode() |
Define valores para BgpPeerState. (Herdado de ExpandableStringEnum<T>) |
ToString() |
Define valores para BgpPeerState. (Herdado de ExpandableStringEnum<T>) |
Aplica-se a
Azure SDK for .NET