Class ExpressRouteCircuitSkuArgs
Inherited Members
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ExpressRouteCircuitSkuArgs : ResourceArgs
Constructors
View SourceExpressRouteCircuitSkuArgs()
Declaration
public ExpressRouteCircuitSkuArgs()
Properties
View SourceFamily
The billing mode for bandwidth. Possible values are MeteredData or UnlimitedData.
Declaration
public Input<string> Family { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tier
The service tier. Possible values are Basic, Local, Standard or Premium.
Declaration
public Input<string> Tier { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |