BgpSettings Construtores
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.
Sobrecargas
BgpSettings() |
Inicializa uma nova instância da classe BgpSettings. |
BgpSettings(Nullable<Int64>, String, Nullable<Int32>) |
Inicializa uma nova instância da classe BgpSettings. |
BgpSettings()
Inicializa uma nova instância da classe BgpSettings.
public BgpSettings ();
Public Sub New ()
Aplica-se a
BgpSettings(Nullable<Int64>, String, Nullable<Int32>)
Inicializa uma nova instância da classe BgpSettings.
public BgpSettings (long? asn = default, string bgpPeeringAddress = default, int? peerWeight = default);
new Microsoft.Azure.Management.Network.Fluent.Models.BgpSettings : Nullable<int64> * string * Nullable<int> -> Microsoft.Azure.Management.Network.Fluent.Models.BgpSettings
Public Sub New (Optional asn As Nullable(Of Long) = Nothing, Optional bgpPeeringAddress As String = Nothing, Optional peerWeight As Nullable(Of Integer) = Nothing)
Parâmetros
- bgpPeeringAddress
- String
O endereço de emparelhamento BGP e o identificador BGP deste alto-falante BGP.
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET