Package | Description |
---|---|
com.microsoft.azure.management.eventhub |
This package contains the classes for EventHubManagementClient.
|
Modifier and Type | Method and Description |
---|---|
Destination |
EventHub.captureDestination() |
Destination |
CaptureDescription.destination()
Get properties of Destination where capture will be stored.
|
Destination |
Destination.withArchiveNameFormat(String archiveNameFormat)
Set blob naming convention for archive, e.g.
|
Destination |
Destination.withBlobContainer(String blobContainer)
Set blob container Name.
|
Destination |
Destination.withName(String name)
Set name for capture destination.
|
Destination |
Destination.withStorageAccountResourceId(String storageAccountResourceId)
Set resource id of the storage account to be used to create the blobs.
|
Modifier and Type | Method and Description |
---|---|
CaptureDescription |
CaptureDescription.withDestination(Destination destination)
Set properties of Destination where capture will be stored.
|
Copyright © 2019. All rights reserved.