| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressRouteCircuitSku |
ExpressRouteCircuitSkuType.sku() |
ExpressRouteCircuitSku |
ExpressRouteCircuitSku.withFamily(ExpressRouteCircuitSkuFamily family)
Set the family of the SKU.
|
ExpressRouteCircuitSku |
ExpressRouteCircuitSku.withName(String name)
Set the name of the SKU.
|
ExpressRouteCircuitSku |
ExpressRouteCircuitSku.withTier(ExpressRouteCircuitSkuTier tier)
Set the tier of the SKU.
|
| Modifier and Type | Method and Description |
|---|---|
static ExpressRouteCircuitSkuType |
ExpressRouteCircuitSkuType.fromSku(ExpressRouteCircuitSku sku)
Searches for an SKU type and creates a new Express Route circuit SKU type instance if not found among the existing ones.
|
| Constructor and Description |
|---|
ExpressRouteCircuitSkuType(ExpressRouteCircuitSku sku)
Creates a custom value for ExpressRouteCircuitSkuType.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/