ExpressRouteCrossConnectionInner Class

Definition

ExpressRouteCrossConnection resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ExpressRouteCrossConnectionInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ExpressRouteCrossConnectionInner = class
    inherit Resource
Public Class ExpressRouteCrossConnectionInner
Inherits Resource
Inheritance
ExpressRouteCrossConnectionInner
Attributes

Constructors

ExpressRouteCrossConnectionInner()

Initializes a new instance of the ExpressRouteCrossConnectionInner class.

ExpressRouteCrossConnectionInner(String, String, String, String, IDictionary<String,String>, String, String, Nullable<Int32>, String, Nullable<Int32>, ExpressRouteCircuitReference, ServiceProviderProvisioningState, String, ProvisioningState, IList<ExpressRouteCrossConnectionPeeringInner>, String)

Initializes a new instance of the ExpressRouteCrossConnectionInner class.

Properties

BandwidthInMbps

Gets or sets 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

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
PeeringLocation

Gets or sets 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

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to