Topic.UpdateStages.WithSku Interface

public static interface Topic.UpdateStages.WithSku

The stage of the Topic update allowing to specify sku.

Method Summary

Modifier and Type Method and Description
abstract Update withSku(ResourceSku sku)

Specifies the sku property: The Sku pricing tier for the topic..

Method Details

withSku

public abstract Topic.Update 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.

Applies to