Class ExpressRouteCircuitState
Inherited Members
Namespace: Pulumi.Azure.Network
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ExpressRouteCircuitState : ResourceArgs
Constructors
View SourceExpressRouteCircuitState()
Declaration
public ExpressRouteCircuitState()
Properties
View SourceAllowClassicOperations
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> |
BandwidthInMbps
The bandwidth in Mbps of the circuit being created.
Declaration
public Input<int> BandwidthInMbps { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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> |
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> |
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> |
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> |
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> |
ServiceProviderName
The name of the ExpressRoute Service Provider.
Declaration
public Input<string> ServiceProviderName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Sku
A sku block for the ExpressRoute circuit as documented below.
Declaration
public Input<ExpressRouteCircuitSkuGetArgs> Sku { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ExpressRouteCircuitSkuGetArgs> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |