| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressRouteCircuitSku |
ExpressRouteCircuitInner.sku()
Get the sku property: The SKU.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressRouteCircuitInner |
ExpressRouteCircuitInner.withSku(ExpressRouteCircuitSku sku)
Set the sku property: The SKU.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressRouteCircuitSku |
ExpressRouteCircuitSkuType.sku() |
ExpressRouteCircuitSku |
ExpressRouteCircuitSku.withFamily(ExpressRouteCircuitSkuFamily family)
Set the family property: The family of the SKU.
|
ExpressRouteCircuitSku |
ExpressRouteCircuitSku.withName(String name)
Set the name property: The name of the SKU.
|
ExpressRouteCircuitSku |
ExpressRouteCircuitSku.withTier(ExpressRouteCircuitSkuTier tier)
Set the tier property: 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 © 2020 Microsoft Corporation. All rights reserved.