Interface EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate
- All Superinterfaces:
Creatable<EventHub>
,EventHub.DefinitionStages.WithAuthorizationRule
,EventHub.DefinitionStages.WithConsumerGroup
,EventHub.DefinitionStages.WithCreate
,EventHub.DefinitionStages.WithPartitionCount
,EventHub.DefinitionStages.WithRetentionPeriod
,HasName
,Indexable
- All Known Subinterfaces:
EventHub.Definition
- Enclosing interface:
- EventHub.DefinitionStages
@Beta(V1_7_0)
public static interface EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate
extends EventHub.DefinitionStages.WithCreate
The stage of the event hub definition allowing to configure data capturing.
-
Method Summary
Modifier and TypeMethodDescriptionwithDataCaptureFileNameFormat
(String format) Specifies file name format containing captured data.withDataCaptureSkipEmptyArchives
(Boolean skipEmptyArchives) Set a value that indicates whether to Skip Empty Archives.withDataCaptureWindowSizeInMB
(int sizeInMB) Specifies the capture window size in MB.withDataCaptureWindowSizeInSeconds
(int sizeInSeconds) Specifies the capture window size in seconds.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Creatable
create, createAsync, createAsync
Methods inherited from interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithAuthorizationRule
withNewListenRule, withNewManageRule, withNewSendRule
Methods inherited from interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithConsumerGroup
withNewConsumerGroup, withNewConsumerGroup
Methods inherited from interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithPartitionCount
withPartitionCount
Methods inherited from interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithRetentionPeriod
withRetentionPeriodInDays
-
Method Details
-
withDataCaptureWindowSizeInSeconds
@Beta(V1_7_0) EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate withDataCaptureWindowSizeInSeconds(int sizeInSeconds) Specifies the capture window size in seconds.- Parameters:
sizeInSeconds
- window size in seconds- Returns:
- next stage of the event hub definition
-
withDataCaptureSkipEmptyArchives
@Beta(V1_23_0) EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate withDataCaptureSkipEmptyArchives(Boolean skipEmptyArchives) Set a value that indicates whether to Skip Empty Archives.- Parameters:
skipEmptyArchives
- the skipEmptyArchives value to set- Returns:
- next stage of the event hub definition
-
withDataCaptureWindowSizeInMB
@Beta(V1_7_0) EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate withDataCaptureWindowSizeInMB(int sizeInMB) Specifies the capture window size in MB.- Parameters:
sizeInMB
- window size in MB- Returns:
- next stage of the event hub definition
-
withDataCaptureFileNameFormat
@Beta(V1_7_0) EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate withDataCaptureFileNameFormat(String format) Specifies file name format containing captured data.- Parameters:
format
- the file name format- Returns:
- next stage of the event hub definition
-