@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 |
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(com.microsoft.azure.management.storage.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(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.storage.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(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.storage.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(com.microsoft.azure.management.storage.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_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 format /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/