Uses of Class
com.microsoft.azure.management.eventhub.Destination
Packages that use Destination
Package
Description
This package contains the classes for EventHubManagementClient.
-
Uses of Destination in com.microsoft.azure.management.eventhub
Methods in com.microsoft.azure.management.eventhub that return DestinationModifier and TypeMethodDescriptionEventHub.captureDestination()
CaptureDescription.destination()
Get properties of Destination where capture will be stored.Destination.withArchiveNameFormat
(String archiveNameFormat) Set blob naming convention for archive, e.g.Destination.withBlobContainer
(String blobContainer) Set blob container Name.Set name for capture destination.Destination.withStorageAccountResourceId
(String storageAccountResourceId) Set resource id of the storage account to be used to create the blobs.Methods in com.microsoft.azure.management.eventhub with parameters of type DestinationModifier and TypeMethodDescriptionCaptureDescription.withDestination
(Destination destination) Set properties of Destination where capture will be stored.