Show / Hide Table of Contents

Class ExpressRouteCircuitArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ExpressRouteCircuitArgs
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 ExpressRouteCircuitArgs : ResourceArgs

Constructors

View Source

ExpressRouteCircuitArgs()

Declaration
public ExpressRouteCircuitArgs()

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

ServiceProviderName

The name of the ExpressRoute Service Provider.

Declaration
public Input<string> ServiceProviderName { 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<ExpressRouteCircuitSkuArgs> Sku { get; set; }
Property Value
Type Description
Input<ExpressRouteCircuitSkuArgs>
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.