Uses of Interface
com.azure.resourcemanager.eventhubs.models.EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate
Packages that use EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate in com.azure.resourcemanager.eventhubs.models
Subinterfaces of EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate in com.azure.resourcemanager.eventhubs.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the event hub definition.Methods in com.azure.resourcemanager.eventhubs.models that return EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreateModifier and TypeMethodDescriptionEventHub.DefinitionStages.WithCaptureEnabledDisabled.withDataCaptureDisabled()Specifies that data capture should be disabled for the event hub.EventHub.DefinitionStages.WithCaptureEnabledDisabled.withDataCaptureEnabled()Specifies that data capture should be enabled for the event hub.EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate.withDataCaptureFileNameFormat(String format) Specifies file name format containing captured data.EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate.withDataCaptureSkipEmptyArchives(Boolean skipEmptyArchives) Set a value that indicates whether to Skip Empty Archives.EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate.withDataCaptureWindowSizeInMB(int sizeInMB) Specifies the capture window size in MB.EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate.withDataCaptureWindowSizeInSeconds(int sizeInSeconds) Specifies the capture window size in seconds.