ExpressRouteCrossConnection Class

Definition

ExpressRouteCrossConnection resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ExpressRouteCrossConnection : Microsoft.Azure.Management.Network.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ExpressRouteCrossConnection = class
    inherit Resource
Public Class ExpressRouteCrossConnection
Inherits Resource
Inheritance
ExpressRouteCrossConnection
Attributes

Constructors

ExpressRouteCrossConnection()

Initializes a new instance of the ExpressRouteCrossConnection class.

ExpressRouteCrossConnection(String, String, String, String, IDictionary<String, String>, String, String, Nullable<Int32>, String, Nullable<Int32>, ExpressRouteCircuitReference, String, String, String, IList<ExpressRouteCrossConnectionPeering>, String)

Initializes a new instance of the ExpressRouteCrossConnection class.

Properties

BandwidthInMbps

Gets the circuit bandwidth In Mbps.

Etag

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

ExpressRouteCircuit

Gets or sets the ExpressRouteCircuit.

Id

Gets or sets resource ID.

(Inherited from Resource)
Location

Gets or sets resource location.

(Inherited from Resource)
Name

Gets resource name.

(Inherited from Resource)
PeeringLocation

Gets the peering location of the ExpressRoute circuit.

Peerings

Gets or sets the list of peerings.

PrimaryAzurePort

Gets the name of the primary port.

ProvisioningState

Gets the provisioning state of the express route cross connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

SecondaryAzurePort

Gets the name of the secondary port.

ServiceProviderNotes

Gets or sets additional read only notes set by the connectivity provider.

ServiceProviderProvisioningState

Gets or sets the provisioning state of the circuit in the connectivity provider system. Possible values include: 'NotProvisioned', 'Provisioning', 'Provisioned', 'Deprovisioning'

STag

Gets the identifier of the circuit traffic.

Tags

Gets or sets resource tags.

(Inherited from Resource)
Type

Gets resource type.

(Inherited from Resource)

Applies to