ExpressRouteCircuitData 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 ExpressRouteCircuit data model. ExpressRouteCircuit resource.
public class ExpressRouteCircuitData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.ExpressRouteCircuitData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.ExpressRouteCircuitData>
public class ExpressRouteCircuitData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData
type ExpressRouteCircuitData = class
inherit NetworkTrackedResourceData
interface IJsonModel<ExpressRouteCircuitData>
interface IPersistableModel<ExpressRouteCircuitData>
type ExpressRouteCircuitData = class
inherit NetworkTrackedResourceData
Public Class ExpressRouteCircuitData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of ExpressRouteCircuitData), IPersistableModel(Of ExpressRouteCircuitData)
Public Class ExpressRouteCircuitData
Inherits NetworkTrackedResourceData
- Inheritance
- Implements
Constructors
ExpressRouteCircuitData() |
Initializes a new instance of ExpressRouteCircuitData. |
Properties
AllowClassicOperations |
Allow classic operations. |
AuthorizationKey |
The authorizationKey. |
Authorizations |
The list of authorizations. |
AuthorizationStatus |
The authorization status of the Circuit. |
BandwidthInGbps |
The bandwidth of the circuit when the circuit is provisioned on an ExpressRoutePort resource. |
CircuitProvisioningState |
The CircuitProvisioningState state of the resource. |
EnableDirectPortRateLimit |
Flag denoting rate-limiting status of the ExpressRoute direct-port circuit. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
ExpressRoutePortId |
Gets or sets Id. |
GatewayManagerETag |
The GatewayManager Etag. |
GlobalReachEnabled |
Flag denoting global reach status. |
Id |
Resource ID. (Inherited from NetworkTrackedResourceData) |
Location |
Resource location. (Inherited from NetworkTrackedResourceData) |
Name |
Resource name. (Inherited from NetworkTrackedResourceData) |
Peerings |
The list of peerings. |
ProvisioningState |
The provisioning state of the express route circuit resource. |
ResourceType |
Resource type. (Inherited from NetworkTrackedResourceData) |
ServiceKey |
The ServiceKey. |
ServiceProviderNotes |
The ServiceProviderNotes. |
ServiceProviderProperties |
The ServiceProviderProperties. |
ServiceProviderProvisioningState |
The ServiceProviderProvisioningState state of the resource. |
Sku |
The SKU. |
STag |
The identifier of the circuit traffic. Outer tag for QinQ encapsulation. |
Tags |
Resource tags. (Inherited from NetworkTrackedResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET