Interface EventHubConsumerGroup.UpdateStages.WithUserMetadata
-
- All Known Subinterfaces:
EventHubConsumerGroup.Update
- Enclosing interface:
- EventHubConsumerGroup.UpdateStages
@Beta(V1_7_0) public static interface EventHubConsumerGroup.UpdateStages.WithUserMetadataThe stage of the consumer group update allowing to specify user metadata.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventHubConsumerGroup.UpdatewithUserMetadata(String metadata)Specifies user metadata.
-
-
-
Method Detail
-
withUserMetadata
@Beta(V1_7_0) EventHubConsumerGroup.Update withUserMetadata(String metadata)
Specifies user metadata.- Parameters:
metadata- the metadata- Returns:
- next stage of the consumer group update
-
-