BgpPeerStatus Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
BgpPeerStatus() |
Initialisiert eine neue instance der BgpPeerStatus-Klasse. |
BgpPeerStatus(String, String, Nullable<Int64>, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>) |
Initialisiert eine neue instance der BgpPeerStatus-Klasse. |
BgpPeerStatus()
Initialisiert eine neue instance der BgpPeerStatus-Klasse.
public BgpPeerStatus();
Public Sub New ()
Gilt für:
BgpPeerStatus(String, String, Nullable<Int64>, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>)
Initialisiert eine neue instance der BgpPeerStatus-Klasse.
public BgpPeerStatus(string localAddress = default, string neighbor = default, long? asn = default, string state = default, string connectedDuration = default, long? routesReceived = default, long? messagesSent = default, long? messagesReceived = default);
new Microsoft.Azure.Management.Network.Models.BgpPeerStatus : string * string * Nullable<int64> * string * string * Nullable<int64> * Nullable<int64> * Nullable<int64> -> Microsoft.Azure.Management.Network.Models.BgpPeerStatus
Public Sub New (Optional localAddress As String = Nothing, Optional neighbor As String = Nothing, Optional asn As Nullable(Of Long) = Nothing, Optional state As String = Nothing, Optional connectedDuration As String = Nothing, Optional routesReceived As Nullable(Of Long) = Nothing, Optional messagesSent As Nullable(Of Long) = Nothing, Optional messagesReceived As Nullable(Of Long) = Nothing)
Parameter
- localAddress
- String
Die lokale Adresse des Gateways des virtuellen Netzwerks.
- neighbor
- String
Der Remote-BGP-Peer.
- state
- String
Der BGP-Peerstatus. Mögliche Werte sind: "Unbekannt", "Beendet", "Im Leerlauf", "Verbinden", "Verbunden".
- connectedDuration
- String
Wie lange das Peering abgelaufen ist.
Gilt für:
Azure SDK for .NET