Dela via


BgpConnection Constructors

Definition

Overloads

BgpConnection()

Initializes a new instance of the BgpConnection class.

BgpConnection(String, Nullable<Int64>, String, SubResource, String, String, String, String, String)

Initializes a new instance of the BgpConnection class.

BgpConnection()

Initializes a new instance of the BgpConnection class.

public BgpConnection ();
Public Sub New ()

Applies to

BgpConnection(String, Nullable<Int64>, String, SubResource, String, String, String, String, String)

Initializes a new instance of the BgpConnection class.

public BgpConnection (string id = default, long? peerAsn = default, string peerIp = default, Microsoft.Azure.Management.Network.Models.SubResource hubVirtualNetworkConnection = default, string provisioningState = default, string connectionState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.BgpConnection : string * Nullable<int64> * string * Microsoft.Azure.Management.Network.Models.SubResource * string * string * string * string * string -> Microsoft.Azure.Management.Network.Models.BgpConnection
Public Sub New (Optional id As String = Nothing, Optional peerAsn As Nullable(Of Long) = Nothing, Optional peerIp As String = Nothing, Optional hubVirtualNetworkConnection As SubResource = Nothing, Optional provisioningState As String = Nothing, Optional connectionState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)

Parameters

id
String

Resource ID.

peerAsn
Nullable<Int64>

Peer ASN.

peerIp
String

Peer IP.

hubVirtualNetworkConnection
SubResource

The reference to the HubVirtualNetworkConnection resource.

provisioningState
String

The provisioning state of the resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

connectionState
String

The current state of the VirtualHub to Peer. Possible values include: 'Unknown', 'Connecting', 'Connected', 'NotConnected'

name
String

Name of the connection.

etag
String

A unique read-only string that changes whenever the resource is updated.

type
String

Connection type.

Applies to