IDefinition Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET