public final class SBSku extends Object
| Constructor and Description |
|---|
SBSku() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
capacity()
Get the capacity property: The specified messaging units for the tier.
|
SkuName |
name()
Get the name property: Name of this SKU.
|
SkuTier |
tier()
Get the tier property: The billing tier of this particular SKU.
|
void |
validate()
Validates the instance.
|
SBSku |
withCapacity(Integer capacity)
Set the capacity property: The specified messaging units for the tier.
|
SBSku |
withName(SkuName name)
Set the name property: Name of this SKU.
|
SBSku |
withTier(SkuTier tier)
Set the tier property: The billing tier of this particular SKU.
|
public SkuName name()
public SBSku withName(SkuName name)
name - the name value to set.public SkuTier tier()
public SBSku withTier(SkuTier tier)
tier - the tier value to set.public Integer capacity()
public SBSku withCapacity(Integer capacity)
capacity - the capacity value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.