ExpressRouteCrossConnectionData 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.
A class representing the ExpressRouteCrossConnection data model. ExpressRouteCrossConnection resource.
public class ExpressRouteCrossConnectionData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.ExpressRouteCrossConnectionData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.ExpressRouteCrossConnectionData>
public class ExpressRouteCrossConnectionData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData
type ExpressRouteCrossConnectionData = class
inherit NetworkTrackedResourceData
interface IJsonModel<ExpressRouteCrossConnectionData>
interface IPersistableModel<ExpressRouteCrossConnectionData>
type ExpressRouteCrossConnectionData = class
inherit NetworkTrackedResourceData
Public Class ExpressRouteCrossConnectionData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of ExpressRouteCrossConnectionData), IPersistableModel(Of ExpressRouteCrossConnectionData)
Public Class ExpressRouteCrossConnectionData
Inherits NetworkTrackedResourceData
- Inheritance
- Implements
Constructors
ExpressRouteCrossConnectionData() |
Initializes a new instance of ExpressRouteCrossConnectionData. |
Properties
BandwidthInMbps |
The circuit bandwidth In Mbps. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
ExpressRouteCircuitId |
Gets or sets Id. |
Id |
Resource ID. (Inherited from NetworkTrackedResourceData) |
Location |
Resource location. (Inherited from NetworkTrackedResourceData) |
Name |
Resource name. (Inherited from NetworkTrackedResourceData) |
PeeringLocation |
The peering location of the ExpressRoute circuit. |
Peerings |
The list of peerings. |
PrimaryAzurePort |
The name of the primary port. |
ProvisioningState |
The provisioning state of the express route cross connection resource. |
ResourceType |
Resource type. (Inherited from NetworkTrackedResourceData) |
SecondaryAzurePort |
The name of the secondary port. |
ServiceProviderNotes |
Additional read only notes set by the connectivity provider. |
ServiceProviderProvisioningState |
The provisioning state of the circuit in the connectivity provider system. |
STag |
The identifier of the circuit traffic. |
Tags |
Resource tags. (Inherited from NetworkTrackedResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET