次の方法で共有


Namespace.UpdateStages.WithTopicSpacesConfiguration Interface

public static interface Namespace.UpdateStages.WithTopicSpacesConfiguration

The stage of the Namespace update allowing to specify topicSpacesConfiguration.

Method Summary

Modifier and Type Method and Description
abstract Update withTopicSpacesConfiguration(UpdateTopicSpacesConfigurationInfo topicSpacesConfiguration)

Specifies the topicSpacesConfiguration property: Topic spaces configuration properties that can be updated..

Method Details

withTopicSpacesConfiguration

public abstract Namespace.Update withTopicSpacesConfiguration(UpdateTopicSpacesConfigurationInfo topicSpacesConfiguration)

Specifies the topicSpacesConfiguration property: Topic spaces configuration properties that can be updated..

Parameters:

topicSpacesConfiguration - Topic spaces configuration properties that can be updated.

Returns:

the next definition stage.

Applies to