Interface EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.Creatable<EventHub>,EventHub.DefinitionStages.WithAuthorizationRule,EventHub.DefinitionStages.WithConsumerGroup,EventHub.DefinitionStages.WithCreate,EventHub.DefinitionStages.WithPartitionCount,EventHub.DefinitionStages.WithRetentionPeriod,com.microsoft.azure.management.resources.fluentcore.arm.models.HasName,com.microsoft.azure.management.resources.fluentcore.model.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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreatewithDataCaptureFileNameFormat(String format)Specifies file name format containing captured data.EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreatewithDataCaptureWindowSizeInMB(int sizeInMB)Specifies the capture window size in MB.EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreatewithDataCaptureWindowSizeInSeconds(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 Detail
-
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
-
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
-
-