ExpressRouteCircuitSku Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains SKU in an ExpressRouteCircuit.
public class ExpressRouteCircuitSku
type ExpressRouteCircuitSku = class
Public Class ExpressRouteCircuitSku
- Inheritance
-
ExpressRouteCircuitSku
Constructors
ExpressRouteCircuitSku() |
Initializes a new instance of the ExpressRouteCircuitSku class. |
ExpressRouteCircuitSku(String, String, String) |
Initializes a new instance of the ExpressRouteCircuitSku class. |
Properties
Family |
Gets or sets the family of the SKU. Possible values include: 'UnlimitedData', 'MeteredData' |
Name |
Gets or sets the name of the SKU. |
Tier |
Gets or sets the tier of the SKU. Possible values include: 'Standard', 'Premium', 'Basic', 'Local' |
Applies to
Azure SDK for .NET