Show / Hide Table of Contents

Class ExpressRouteCircuitState

Inheritance
System.Object
InputArgs
ResourceArgs
ExpressRouteCircuitState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Network
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ExpressRouteCircuitState : ResourceArgs

Constructors

View Source

ExpressRouteCircuitState()

Declaration
public ExpressRouteCircuitState()

Properties

View Source

AllowClassicOperations

Allow the circuit to interact with classic (RDFE) resources. The default value is false.

Declaration
public Input<bool> AllowClassicOperations { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

BandwidthInMbps

The bandwidth in Mbps of the circuit being created.

Declaration
public Input<int> BandwidthInMbps { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Location

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

Declaration
public Input<string> Location { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the ExpressRoute circuit. Changing this forces a new resource to be created.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PeeringLocation

The name of the peering location and not the Azure resource location.

Declaration
public Input<string> PeeringLocation { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourceGroupName

The name of the resource group in which to create the ExpressRoute circuit. Changing this forces a new resource to be created.

Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ServiceKey

The string needed by the service provider to provision the ExpressRoute circuit.

Declaration
public Input<string> ServiceKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ServiceProviderName

The name of the ExpressRoute Service Provider.

Declaration
public Input<string> ServiceProviderName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ServiceProviderProvisioningState

The ExpressRoute circuit provisioning state from your chosen service provider. Possible values are "NotProvisioned", "Provisioning", "Provisioned", and "Deprovisioning".

Declaration
public Input<string> ServiceProviderProvisioningState { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Sku

A sku block for the ExpressRoute circuit as documented below.

Declaration
public Input<ExpressRouteCircuitSkuGetArgs> Sku { get; set; }
Property Value
Type Description
Input<ExpressRouteCircuitSkuGetArgs>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.