| 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 |
|---|---|
LoadBalancerSku |
LoadBalancerInner.sku()
Get the sku property: The load balancer SKU.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerInner |
LoadBalancerInner.withSku(LoadBalancerSku sku)
Set the sku property: The load balancer SKU.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerSku |
LoadBalancerSkuType.sku() |
LoadBalancerSku |
LoadBalancerSku.withName(LoadBalancerSkuName name)
Set the name property: Name of a load balancer SKU.
|
LoadBalancerSku |
LoadBalancerSku.withTier(LoadBalancerSkuTier tier)
Set the tier property: Tier of a load balancer SKU.
|
| Modifier and Type | Method and Description |
|---|---|
static LoadBalancerSkuType |
LoadBalancerSkuType.fromSku(LoadBalancerSku lbSku)
Parses a value into a SKU type and creates a new LoadBalancerSkuType instance if not found among the existing
ones.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.