PeerExpressRouteCircuitConnection 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.
Peer Express Route Circuit Connection in an ExpressRouteCircuitPeering resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class PeerExpressRouteCircuitConnection : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PeerExpressRouteCircuitConnection = class
inherit SubResource
Public Class PeerExpressRouteCircuitConnection
Inherits SubResource
- Inheritance
- Attributes
Constructors
PeerExpressRouteCircuitConnection() |
Initializes a new instance of the PeerExpressRouteCircuitConnection class. |
PeerExpressRouteCircuitConnection(String, SubResource, SubResource, String, String, String, String, String, String, String, String) |
Initializes a new instance of the PeerExpressRouteCircuitConnection class. |
Properties
AddressPrefix |
Gets or sets /29 IP address space to carve out Customer addresses for tunnels. |
AuthResourceGuid |
Gets or sets the resource guid of the authorization used for the express route circuit connection. |
CircuitConnectionStatus |
Gets or sets express Route Circuit connection state. Possible values include: 'Connected', 'Connecting', 'Disconnected' |
ConnectionName |
Gets or sets the name of the express route circuit connection resource. |
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. |
Id |
Gets or sets resource ID. (Inherited from SubResource) |
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 peer express route circuit connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
Type |
Gets type of the resource. |
Applies to
Azure SDK for .NET