ExpressRouteCircuitConnection 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.
Express Route Circuit Connection in an ExpressRouteCircuitPeering resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ExpressRouteCircuitConnection : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ExpressRouteCircuitConnection = class
inherit SubResource
Public Class ExpressRouteCircuitConnection
Inherits SubResource
- Inheritance
- Attributes
Constructors
ExpressRouteCircuitConnection() |
Initializes a new instance of the ExpressRouteCircuitConnection class. |
ExpressRouteCircuitConnection(String, SubResource, SubResource, String, String, Ipv6CircuitConnectionConfig, String, String, String, String, String) |
Initializes a new instance of the ExpressRouteCircuitConnection class. |
Properties
AddressPrefix |
Gets or sets /29 IP address space to carve out Customer addresses for tunnels. |
AuthorizationKey |
Gets or sets the authorization key. |
CircuitConnectionStatus |
Gets or sets express Route Circuit connection state. Possible values include: 'Connected', 'Connecting', 'Disconnected' |
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
ExpressRouteCircuitPeering |
Gets or sets reference to Express Route Circuit Private Peering Resource of the circuit initiating connection. |
Id |
Gets or sets resource ID. (Inherited from SubResource) |
Ipv6CircuitConnectionConfig |
Gets or sets iPv6 Address PrefixProperties of the express route circuit connection. |
Name |
Gets or sets the name of the resource that is unique within a resource group. This name can be used to access the resource. |
PeerExpressRouteCircuitPeering |
Gets or sets reference to Express Route Circuit Private Peering Resource of the peered circuit. |
ProvisioningState |
Gets the provisioning state of the express route circuit connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
Type |
Gets type of the resource. |
Applies to
Azure SDK for .NET