public final class LoadBalancerSku extends Object
| Constructor and Description |
|---|
LoadBalancerSku() |
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerSkuName |
name()
Get the name property: Name of a load balancer SKU.
|
LoadBalancerSkuTier |
tier()
Get the tier property: Tier of a load balancer SKU.
|
void |
validate()
Validates the instance.
|
LoadBalancerSku |
withName(LoadBalancerSkuName name)
Set the name property: Name of a load balancer SKU.
|
LoadBalancerSku |
withTier(LoadBalancerSkuTier tier)
Set the tier property: Tier of a load balancer SKU.
|
public LoadBalancerSkuName name()
public LoadBalancerSku withName(LoadBalancerSkuName name)
name - the name value to set.public LoadBalancerSkuTier tier()
public LoadBalancerSku withTier(LoadBalancerSkuTier tier)
tier - the tier value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.