| 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 |
|---|---|
Sku |
NamespaceResourceInner.sku()
Get the sku property: SKU of the namespace.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceResourceInner |
NamespaceResourceInner.withSku(Sku sku)
Set the sku property: SKU of the namespace.
|
| Modifier and Type | Method and Description |
|---|---|
Sku |
NamespaceCreateOrUpdateParameters.sku()
Get the sku property: SKU of the namespace.
|
Sku |
NamespaceUpdateParameters.sku()
Get the sku property: The sku of the created namespace.
|
Sku |
Sku.withCapacity(Integer capacity)
Set the capacity property: The specified messaging units for the tier.
|
Sku |
Sku.withName(SkuName name)
Set the name property: Name of this SKU.
|
Sku |
Sku.withTier(SkuTier tier)
Set the tier property: The billing tier of this particular SKU.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceCreateOrUpdateParameters |
NamespaceCreateOrUpdateParameters.withSku(Sku sku)
Set the sku property: SKU of the namespace.
|
NamespaceUpdateParameters |
NamespaceUpdateParameters.withSku(Sku sku)
Set the sku property: The sku of the created namespace.
|
| Constructor and Description |
|---|
NamespaceSku(Sku sku)
Creates Service Bus namespace SKU.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.