次の方法で共有


Namespace.DefinitionStages.WithTopicSpacesConfiguration Interface

public static interface Namespace.DefinitionStages.WithTopicSpacesConfiguration

The stage of the Namespace definition allowing to specify topicSpacesConfiguration.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withTopicSpacesConfiguration(TopicSpacesConfiguration topicSpacesConfiguration)

Specifies the topicSpacesConfiguration property: Topic spaces configuration information for the namespace resource.

Method Details

withTopicSpacesConfiguration

public abstract Namespace.DefinitionStages.WithCreate withTopicSpacesConfiguration(TopicSpacesConfiguration topicSpacesConfiguration)

Specifies the topicSpacesConfiguration property: Topic spaces configuration information for the namespace resource.

Parameters:

topicSpacesConfiguration - Topic spaces configuration information for the namespace resource.

Returns:

the next definition stage.

Applies to