你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EventHubConsumerGroup.DefinitionStages.WithUserMetadata Interface

public static interface EventHubConsumerGroup.DefinitionStages.WithUserMetadata

The stage of the consumer group definition allowing to specify user metadata.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withUserMetadata(String metadata)

Specifies user metadata.

Method Details

withUserMetadata

public abstract EventHubConsumerGroup.DefinitionStages.WithCreate withUserMetadata(String metadata)

Specifies user metadata.

Parameters:

metadata - the metadata

Returns:

next stage of the consumer group definition

Applies to