ExpressRouteCircuit Class

Definition

ExpressRouteCircuit resource.

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

Constructors

ExpressRouteCircuit()

Initializes a new instance of the ExpressRouteCircuit class.

ExpressRouteCircuit(String, String, String, String, IDictionary<String, String>, ExpressRouteCircuitSku, Nullable<Boolean>, String, String, IList<ExpressRouteCircuitAuthorization>, IList<ExpressRouteCircuitPeering>, String, String, ExpressRouteCircuitServiceProviderProperties, SubResource, Nullable<Double>, Nullable<Int32>, String, String, Nullable<Boolean>, String, String)

Initializes a new instance of the ExpressRouteCircuit class.

Properties

AllowClassicOperations

Gets or sets allow classic operations.

AuthorizationKey

Gets or sets the authorizationKey.

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 or sets 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 or sets flag denoting global reach status.

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)
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 or sets the ServiceKey.

ServiceProviderNotes

Gets or sets the ServiceProviderNotes.

ServiceProviderProperties

Gets or sets the ServiceProviderProperties.

ServiceProviderProvisioningState

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

Gets or sets resource tags.

(Inherited from Resource)
Type

Gets resource type.

(Inherited from Resource)

Applies to