IUpdate Interface

Definition

The template for a consumer group update operation, containing all the settings that can be modified.

public interface IUpdate : Microsoft.Azure.Management.Eventhub.Fluent.EventHubConsumerGroup.Update.IWithUserMetadata, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubConsumerGroup>
type IUpdate = interface
    interface IBeta
    interface IAppliable<IEventHubConsumerGroup>
    interface IIndexable
    interface IWithUserMetadata
Public Interface IUpdate
Implements IAppliable(Of IEventHubConsumerGroup), IBeta, IWithUserMetadata
Implements

Properties

Key (Inherited from IIndexable)

Methods

Apply()

Execute the update request.

(Inherited from IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Execute the update request asynchronously.

(Inherited from IAppliable<T>)
WithUserMetadata(String)

Specifies user metadata.

(Inherited from IWithUserMetadata)

Applies to