IWithCaptureOptionalSettingsOrCreate 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 stage of the event hub definition allowing to configure data capturing.
public interface IWithCaptureOptionalSettingsOrCreate : Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithCreate, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHub>
type IWithCaptureOptionalSettingsOrCreate = interface
interface IBeta
interface IWithCreate
interface ICreatable<IEventHub>
interface IIndexable
interface IWithAuthorizationRule
interface IWithConsumerGroup
interface IWithPartitionCount
interface IWithRetentionPeriod
Public Interface IWithCaptureOptionalSettingsOrCreate
Implements IBeta, ICreatable(Of IEventHub), IWithCreate
- Derived
- 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>) |
WithDataCaptureFileNameFormat(String) |
Specifies file name format containing captured data. |
WithDataCaptureSkipEmptyArchives(Boolean) |
Set a value that indicates whether to Skip Empty Archives. |
WithDataCaptureWindowSizeInMB(Int32) |
Specifies the capture window size in MB. |
WithDataCaptureWindowSizeInSeconds(Int32) |
Specifies the capture window size in seconds. |
WithNewConsumerGroup(String, String) |
Specifies that a new consumer group should be created for the event hub. (Inherited from IWithConsumerGroup) |
WithNewConsumerGroup(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) |
WithNewSendRule(String) |
Specifies that a new authorization rule should be created that has send access to the event hub. (Inherited from IWithAuthorizationRule) |
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
Azure SDK for .NET