IDefinition Interface

Definition

The entirety of the consumer group definition.

public interface IDefinition : Microsoft.Azure.Management.Eventhub.Fluent.EventHubConsumerGroup.Definition.IBlank, Microsoft.Azure.Management.Eventhub.Fluent.EventHubConsumerGroup.Definition.IWithCreate, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubConsumerGroup>
type IDefinition = interface
    interface IBeta
    interface IBlank
    interface IWithEventHub
    interface IWithUserMetadata
    interface IWithCreate
    interface ICreatable<IEventHubConsumerGroup>
    interface IIndexable
Public Interface IDefinition
Implements IBeta, IBlank, ICreatable(Of IEventHubConsumerGroup), IWithCreate
Implements

Properties

Key (Inherited from IIndexable)
Name

Gets the name of the creatable resource.

(Inherited from ICreatable<T>)

Methods

Create()

Execute the create request.

(Inherited from ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Puts the request into the queue and allow the HTTP client to execute it when system resources are available.

(Inherited from ICreatable<T>)
WithExistingEventHub(IEventHub)

Specifies the event hub for which consumer group needs to be created.

(Inherited from IWithEventHub)
WithExistingEventHub(String, String, String)

Specifies the event hub for which consumer group needs to be created.

(Inherited from IWithEventHub)
WithExistingEventHubId(String)

Specifies the event hub for which consumer group needs to be created.

(Inherited from IWithEventHub)
WithUserMetadata(String)

Specifies user metadata.

(Inherited from IWithUserMetadata)

Applies to