Uses of Class
com.azure.resourcemanager.servicebus.models.SBSku
-
Packages that use SBSku 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. -
-
Uses of SBSku in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return SBSku Modifier and Type Method Description SBSkuSBNamespaceInner. sku()Get the sku property: Properties of Sku.Methods in com.azure.resourcemanager.servicebus.fluent.models with parameters of type SBSku Modifier and Type Method Description SBNamespaceInnerSBNamespaceInner. withSku(SBSku sku)Set the sku property: Properties of Sku. -
Uses of SBSku in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return SBSku Modifier and Type Method Description SBSkuSBNamespaceUpdateParameters. sku()Get the sku property: Properties of Sku.SBSkuSBSku. withCapacity(Integer capacity)Set the capacity property: The specified messaging units for the tier.SBSkuSBSku. withName(SkuName name)Set the name property: Name of this SKU.SBSkuSBSku. withTier(SkuTier tier)Set the tier property: The billing tier of this particular SKU.Methods in com.azure.resourcemanager.servicebus.models with parameters of type SBSku Modifier and Type Method Description SBNamespaceUpdateParametersSBNamespaceUpdateParameters. withSku(SBSku sku)Set the sku property: Properties of Sku.Constructors in com.azure.resourcemanager.servicebus.models with parameters of type SBSku Constructor Description NamespaceSku(SBSku sku)Creates Service Bus namespace SKU.
-