Uses of Class
com.azure.resourcemanager.eventhubs.fluent.models.DestinationProperties
Packages that use DestinationProperties
Package
Description
Package containing the inner data models for EventHubManagementClient.
-
Uses of DestinationProperties in com.azure.resourcemanager.eventhubs.fluent.models
Classes in com.azure.resourcemanager.eventhubs.fluent.models that implement interfaces with type arguments of type DestinationPropertiesModifier and TypeClassDescriptionfinal classProperties describing the storage account, blob container and archive name format for capture destination.Methods in com.azure.resourcemanager.eventhubs.fluent.models that return DestinationPropertiesModifier and TypeMethodDescriptionstatic DestinationPropertiesDestinationProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DestinationProperties from the JsonReader.DestinationProperties.withArchiveNameFormat(String archiveNameFormat) Set the archiveNameFormat property: Blob naming convention for archive, e.g.DestinationProperties.withBlobContainer(String blobContainer) Set the blobContainer property: Blob container Name.DestinationProperties.withDataLakeAccountName(String dataLakeAccountName) Set the dataLakeAccountName property: The Azure Data Lake Store name for the captured events.DestinationProperties.withDataLakeFolderPath(String dataLakeFolderPath) Set the dataLakeFolderPath property: The destination folder path for the captured events.DestinationProperties.withDataLakeSubscriptionId(UUID dataLakeSubscriptionId) Set the dataLakeSubscriptionId property: Subscription Id of Azure Data Lake Store.DestinationProperties.withStorageAccountResourceId(String storageAccountResourceId) Set the storageAccountResourceId property: Resource id of the storage account to be used to create the blobs.