@Beta(value=V1_7_0)
public static interface EventHub.UpdateStages.WithCapture
Modifier and Type | Method and Description |
---|---|
EventHub.Update |
withDataCaptureDisabled()
Specifies that data capture should be disabled for the event hub.
|
EventHub.Update |
withDataCaptureEnabled()
Specifies that data capture should be enabled for the event hub.
|
EventHub.Update |
withDataCaptureFileNameFormat(String format)
Specifies the format of the file containing captured data.
|
EventHub.Update |
withDataCaptureSkipEmptyArchives(Boolean skipEmptyArchives)
Specified the capture whether to Skip Empty Archives.
|
EventHub.Update |
withDataCaptureWindowSizeInMB(int sizeInMB)
Specifies the capture window size in MB.
|
EventHub.Update |
withDataCaptureWindowSizeInSeconds(int sizeInSeconds)
Specifies the capture window size in seconds.
|
EventHub.Update |
withExistingStorageAccountForCapturedData(StorageAccount storageAccount,
String containerName)
Specifies an existing storage account to store the captured data when data capturing is enabled.
|
EventHub.Update |
withExistingStorageAccountForCapturedData(String storageAccountId,
String containerName)
Specifies an existing storage account to store the captured data when data capturing is enabled.
|
EventHub.Update |
withNewStorageAccountForCapturedData(Creatable<StorageAccount> storageAccountCreatable,
String containerName)
Specifies a new storage account to store the captured data when data capturing is enabled.
|
@Beta(value=V1_7_0) EventHub.Update withNewStorageAccountForCapturedData(Creatable<StorageAccount> storageAccountCreatable, String containerName)
storageAccountCreatable
- creatable storage account definitioncontainerName
- container to store the files containing captured data@Beta(value=V1_7_0) EventHub.Update withExistingStorageAccountForCapturedData(StorageAccount storageAccount, String containerName)
storageAccount
- storage accountcontainerName
- an existing or new container to store the files containing captured data@Beta(value=V1_7_0) EventHub.Update withExistingStorageAccountForCapturedData(String storageAccountId, String containerName)
storageAccountId
- storage account arm idcontainerName
- an existing or new container to store the files containing captured data@Beta(value=V1_7_0) EventHub.Update withDataCaptureEnabled()
@Beta(value=V1_7_0) EventHub.Update withDataCaptureDisabled()
@Beta(value=V1_7_0) EventHub.Update withDataCaptureWindowSizeInSeconds(int sizeInSeconds)
sizeInSeconds
- window size in seconds@Beta(value=V1_23_0) EventHub.Update withDataCaptureSkipEmptyArchives(Boolean skipEmptyArchives)
skipEmptyArchives
- the skipEmptyArchives value to set@Beta(value=V1_7_0) EventHub.Update withDataCaptureWindowSizeInMB(int sizeInMB)
sizeInMB
- window size in MB@Beta(value=V1_7_0) EventHub.Update withDataCaptureFileNameFormat(String format)
format
- the file name formatCopyright © 2019. All rights reserved.