Class Destination
java.lang.Object
com.microsoft.azure.management.eventhub.Destination
Capture storage details for capture description.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet blob naming convention for archive, e.g.Get blob container Name.name()
Get name for capture destination.Get resource id of the storage account to be used to create the blobs.withArchiveNameFormat
(String archiveNameFormat) Set blob naming convention for archive, e.g.withBlobContainer
(String blobContainer) Set blob container Name.Set name for capture destination.withStorageAccountResourceId
(String storageAccountResourceId) Set resource id of the storage account to be used to create the blobs.
-
Constructor Details
-
Destination
public Destination()
-
-
Method Details
-
name
Get name for capture destination.- Returns:
- the name value
-
withName
Set name for capture destination.- Parameters:
name
- the name value to set- Returns:
- the Destination object itself.
-
storageAccountResourceId
Get resource id of the storage account to be used to create the blobs.- Returns:
- the storageAccountResourceId value
-
withStorageAccountResourceId
Set resource id of the storage account to be used to create the blobs.- Parameters:
storageAccountResourceId
- the storageAccountResourceId value to set- Returns:
- the Destination object itself.
-
blobContainer
Get blob container Name.- Returns:
- the blobContainer value
-
withBlobContainer
Set blob container Name.- Parameters:
blobContainer
- the blobContainer value to set- Returns:
- the Destination object itself.
-
archiveNameFormat
Get blob naming convention for archive, e.g. {Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}. Here all the parameters (Namespace,EventHub .. etc) are mandatory irrespective of order.- Returns:
- the archiveNameFormat value
-
withArchiveNameFormat
Set blob naming convention for archive, e.g. {Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}. Here all the parameters (Namespace,EventHub .. etc) are mandatory irrespective of order.- Parameters:
archiveNameFormat
- the archiveNameFormat value to set- Returns:
- the Destination object itself.
-