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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java