Uses of Class
com.azure.resourcemanager.eventhubs.models.Destination
Packages that use Destination
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of Destination in com.azure.resourcemanager.eventhubs.models
Methods in com.azure.resourcemanager.eventhubs.models that return DestinationModifier and TypeMethodDescriptionEventHub.captureDestination()CaptureDescription.destination()Get the destination property: Properties of Destination where capture will be stored.static DestinationDestination.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Destination from the JsonReader.Destination.withArchiveNameFormat(String archiveNameFormat) Set the archiveNameFormat property: Blob naming convention for archive, e.g.Destination.withBlobContainer(String blobContainer) Set the blobContainer property: Blob container Name.Destination.withDataLakeAccountName(String dataLakeAccountName) Set the dataLakeAccountName property: The Azure Data Lake Store name for the captured events.Destination.withDataLakeFolderPath(String dataLakeFolderPath) Set the dataLakeFolderPath property: The destination folder path for the captured events.Destination.withDataLakeSubscriptionId(UUID dataLakeSubscriptionId) Set the dataLakeSubscriptionId property: Subscription Id of Azure Data Lake Store.Destination.withIdentity(CaptureIdentity identity) Set the identity property: A value that indicates whether capture description is enabled.Set the name property: Name for capture destination.Destination.withStorageAccountResourceId(String storageAccountResourceId) Set the storageAccountResourceId property: Resource id of the storage account to be used to create the blobs.Methods in com.azure.resourcemanager.eventhubs.models with parameters of type DestinationModifier and TypeMethodDescriptionCaptureDescription.withDestination(Destination destination) Set the destination property: Properties of Destination where capture will be stored.