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
With |
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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java