ExpressRouteCircuitInner Class

Definition

ExpressRouteCircuit resource.

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

Constructors

ExpressRouteCircuitInner()

Initializes a new instance of the ExpressRouteCircuitInner class.

ExpressRouteCircuitInner(String, String, String, String, IDictionary<String, String>, ExpressRouteCircuitSku, Nullable<Boolean>, String, ServiceProviderProvisioningState, IList<ExpressRouteCircuitAuthorizationInner>, IList<ExpressRouteCircuitPeeringInner>, String, String, ExpressRouteCircuitServiceProviderProperties, SubResource, Nullable<Double>, Nullable<Int32>, ProvisioningState, String, Nullable<Boolean>, String)

Initializes a new instance of the ExpressRouteCircuitInner class.

Properties

AllowClassicOperations

Gets or sets allow classic operations.

Authorizations

Gets or sets the list of authorizations.

BandwidthInGbps

Gets or sets the bandwidth of the circuit when the circuit is provisioned on an ExpressRoutePort resource.

CircuitProvisioningState

Gets the CircuitProvisioningState state of the resource.

Etag

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

ExpressRoutePort

Gets or sets the reference to the ExpressRoutePort resource when the circuit is provisioned on an ExpressRoutePort resource.

GatewayManagerEtag

Gets or sets the GatewayManager Etag.

GlobalReachEnabled

Gets flag denoting Global reach status.

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)
Peerings

Gets or sets the list of peerings.

ProvisioningState

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

ServiceKey

Gets the ServiceKey.

ServiceProviderNotes

Gets or sets the ServiceProviderNotes.

ServiceProviderProperties

Gets or sets the ServiceProviderProperties.

ServiceProviderProvisioningState

Gets the ServiceProviderProvisioningState state of the resource. Possible values include: 'NotProvisioned', 'Provisioning', 'Provisioned', 'Deprovisioning'

Sku

Gets or sets the SKU.

Stag

Gets the identifier of the circuit traffic. Outer tag for QinQ encapsulation.

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to