IWithCapture 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 update allowing to configure data capture.
public interface IWithCapture : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithCapture = interface
interface IBeta
Public Interface IWithCapture
Implements IBeta
- Derived
- Implements
Methods
WithDataCaptureDisabled() |
Specifies that data capture should be disabled for the event hub. |
WithDataCaptureEnabled() |
Specifies that data capture should be enabled for the event hub. |
WithDataCaptureFileNameFormat(String) |
Specifies the format of the file containing captured data. |
WithDataCaptureSkipEmptyArchives(Boolean) |
Specified the capture whether to Skip Empty Archives. |
WithDataCaptureWindowSizeInMB(Int32) |
Specifies the capture window size in MB. |
WithDataCaptureWindowSizeInSeconds(Int32) |
Specifies the capture window size in seconds. |
WithExistingStorageAccountForCapturedData(IStorageAccount, String) |
Specifies an existing storage account to store the captured data when data capturing is enabled. |
WithExistingStorageAccountForCapturedData(String, String) |
Specifies an existing storage account to store the captured data when data capturing is enabled. |
WithNewStorageAccountForCapturedData(ICreatable<IStorageAccount>, String) |
Specifies a new storage account to store the captured data when data capturing is enabled. |
Applies to
Azure SDK for .NET