次の方法で共有


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 WithCreate 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.

Applies to