| Package | Description |
|---|---|
| com.azure.resourcemanager.servicebus.fluent.models |
Package containing the inner data models for ServiceBusManagementClient.
|
| com.azure.resourcemanager.servicebus.models |
Package containing the data models for ServiceBusManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SBSku |
SBNamespaceInner.sku()
Get the sku property: Properties of Sku.
|
| Modifier and Type | Method and Description |
|---|---|
SBNamespaceInner |
SBNamespaceInner.withSku(SBSku sku)
Set the sku property: Properties of Sku.
|
| Modifier and Type | Method and Description |
|---|---|
SBSku |
SBNamespaceUpdateParameters.sku()
Get the sku property: Properties of Sku.
|
SBSku |
SBSku.withCapacity(Integer capacity)
Set the capacity property: The specified messaging units for the tier.
|
SBSku |
SBSku.withName(SkuName name)
Set the name property: Name of this SKU.
|
SBSku |
SBSku.withTier(SkuTier tier)
Set the tier property: The billing tier of this particular SKU.
|
| Modifier and Type | Method and Description |
|---|---|
SBNamespaceUpdateParameters |
SBNamespaceUpdateParameters.withSku(SBSku sku)
Set the sku property: Properties of Sku.
|
| Constructor and Description |
|---|
NamespaceSku(SBSku sku)
Creates Service Bus namespace SKU.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.