Topic.DefinitionStages.WithSku Interface
public static interface Topic.DefinitionStages.WithSku
The stage of the Topic definition allowing to specify sku.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withSku(ResourceSku sku)
Specifies the sku property: The Sku pricing tier for the topic.. |
Method Details
withSku
public abstract Topic.DefinitionStages.WithCreate withSku(ResourceSku sku)
Specifies the sku property: The Sku pricing tier for the topic..
Parameters:
sku
- The Sku pricing tier for the topic.
Returns:
the next definition stage.