ExpressRouteCircuitConnectionInner 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 ExpressRouteCircuitConnectionInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ExpressRouteCircuitConnectionInner = class
inherit SubResource
Public Class ExpressRouteCircuitConnectionInner
Inherits SubResource
- Inheritance
- Attributes
Constructors
ExpressRouteCircuitConnectionInner() |
Initializes a new instance of the ExpressRouteCircuitConnectionInner class. |
ExpressRouteCircuitConnectionInner(String, SubResource, SubResource, String, String, CircuitConnectionStatus, ProvisioningState, String, String, String) |
Initializes a new instance of the ExpressRouteCircuitConnectionInner 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 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 |
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 express route circuit connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
Type |
Gets type of the resource. |