BgpConnection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Virtual Appliance Site resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class BgpConnection : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BgpConnection = class
inherit SubResource
Public Class BgpConnection
Inherits SubResource
- Inheritance
- Attributes
Constructors
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. |
Properties
ConnectionState |
Gets the current state of the VirtualHub to Peer. Possible values include: 'Unknown', 'Connecting', 'Connected', 'NotConnected' |
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
HubVirtualNetworkConnection |
Gets or sets the reference to the HubVirtualNetworkConnection resource. |
Id |
Gets or sets resource ID. (Inherited from SubResource) |
Name |
Gets or sets name of the connection. |
PeerAsn |
Gets or sets peer ASN. |
PeerIp |
Gets or sets peer IP. |
ProvisioningState |
Gets the provisioning state of the resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
Type |
Gets connection type. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET