EventHubConsumerGroup.UpdateStages.WithUserMetadata Interface
public static interface EventHubConsumerGroup.UpdateStages.WithUserMetadata
The stage of the consumer group update allowing to specify user metadata.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withUserMetadata(String metadata)
Specifies user metadata. |
Method Details
withUserMetadata
public abstract EventHubConsumerGroup.Update withUserMetadata(String metadata)
Specifies user metadata.
Parameters:
metadata
- the metadata
Returns:
next stage of the consumer group update
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java