IDefinition Interface

Definition

The entirety of the event hub definition.

public interface IDefinition : Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IBlank, Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithCaptureEnabledDisabled, Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithCaptureOptionalSettingsOrCreate, Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithCaptureProviderOrCreate, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHub>
type IDefinition = interface
    interface IBeta
    interface IBlank
    interface IWithNamespace
    interface IWithCaptureProviderOrCreate
    interface IWithCreate
    interface ICreatable<IEventHub>
    interface IIndexable
    interface IWithAuthorizationRule
    interface IWithConsumerGroup
    interface IWithPartitionCount
    interface IWithRetentionPeriod
    interface IWithCaptureEnabledDisabled
    interface IWithCaptureOptionalSettingsOrCreate
Public Interface IDefinition
Implements IBeta, IBlank, ICreatable(Of IEventHub), IWithCaptureEnabledDisabled, IWithCaptureOptionalSettingsOrCreate, IWithCaptureProviderOrCreate
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>)
WithDataCaptureDisabled()

Specifies that data capture should be disabled for the event hub.

(Inherited from IWithCaptureEnabledDisabled)
WithDataCaptureEnabled()

Specifies that data capture should be enabled for the event hub.

(Inherited from IWithCaptureEnabledDisabled)
WithDataCaptureFileNameFormat(String)

Specifies file name format containing captured data.

(Inherited from IWithCaptureOptionalSettingsOrCreate)
WithDataCaptureSkipEmptyArchives(Boolean)

Set a value that indicates whether to Skip Empty Archives.

(Inherited from IWithCaptureOptionalSettingsOrCreate)
WithDataCaptureWindowSizeInMB(Int32)

Specifies the capture window size in MB.

(Inherited from IWithCaptureOptionalSettingsOrCreate)
WithDataCaptureWindowSizeInSeconds(Int32)

Specifies the capture window size in seconds.

(Inherited from IWithCaptureOptionalSettingsOrCreate)
WithExistingNamespace(IEventHubNamespace)

Specifies an existing event hub namespace in which event hub needs to be created.

(Inherited from IWithNamespace)
WithExistingNamespace(String, String)

Specifies an existing event hub namespace in which event hub needs to be created.

(Inherited from IWithNamespace)
WithExistingNamespaceId(String)

Specifies id of an existing event hub namespace in which event hub needs to be created.

(Inherited from IWithNamespace)
WithExistingStorageAccountForCapturedData(IStorageAccount, String)

Specifies an existing storage account to store the captured data when data capturing is enabled.

(Inherited from IWithCaptureProviderOrCreate)
WithExistingStorageAccountForCapturedData(String, String)

Specifies an existing storage account to store the captured data when data capturing is enabled.

(Inherited from IWithCaptureProviderOrCreate)
WithNewConsumerGroup(String)

Specifies that a new consumer group should be created for the event hub.

(Inherited from IWithConsumerGroup)
WithNewConsumerGroup(String, String)

Specifies that a new consumer group should be created for the event hub.

(Inherited from IWithConsumerGroup)
WithNewListenRule(String)

Specifies that a new authorization rule should be created that has listen access to the event hub.

(Inherited from IWithAuthorizationRule)
WithNewManageRule(String)

Specifies that a new authorization rule should be created that has manage access to the event hub.

(Inherited from IWithAuthorizationRule)
WithNewNamespace(ICreatable<IEventHubNamespace>)

Specifies the new namespace in which event hub needs to be created.

(Inherited from IWithNamespace)
WithNewSendRule(String)

Specifies that a new authorization rule should be created that has send access to the event hub.

(Inherited from IWithAuthorizationRule)
WithNewStorageAccountForCapturedData(ICreatable<IStorageAccount>, String)

Specifies a new storage account to store the captured data when data capturing is enabled.

(Inherited from IWithCaptureProviderOrCreate)
WithPartitionCount(Int64)

Specifies the number of partitions in the event hub.

(Inherited from IWithPartitionCount)
WithRetentionPeriodInDays(Int64)

Specifies the retention period for events in days.

(Inherited from IWithRetentionPeriod)

Applies to