Class Destination
- java.lang.Object
-
- com.microsoft.azure.management.eventhub.Destination
-
public class Destination extends Object
Capture storage details for capture description.
-
-
Constructor Summary
Constructors Constructor Description Destination()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringarchiveNameFormat()Get the archiveNameFormat value.StringblobContainer()Get the blobContainer value.Stringname()Get the name value.StringstorageAccountResourceId()Get the storageAccountResourceId value.DestinationwithArchiveNameFormat(String archiveNameFormat)Set the archiveNameFormat value.DestinationwithBlobContainer(String blobContainer)Set the blobContainer value.DestinationwithName(String name)Set the name value.DestinationwithStorageAccountResourceId(String storageAccountResourceId)Set the storageAccountResourceId value.
-
-
-
Method Detail
-
name
public String name()
Get the name value.- Returns:
- the name value
-
withName
public Destination withName(String name)
Set the name value.- Parameters:
name- the name value to set- Returns:
- the Destination object itself.
-
storageAccountResourceId
public String storageAccountResourceId()
Get the storageAccountResourceId value.- Returns:
- the storageAccountResourceId value
-
withStorageAccountResourceId
public Destination withStorageAccountResourceId(String storageAccountResourceId)
Set the storageAccountResourceId value.- Parameters:
storageAccountResourceId- the storageAccountResourceId value to set- Returns:
- the Destination object itself.
-
blobContainer
public String blobContainer()
Get the blobContainer value.- Returns:
- the blobContainer value
-
withBlobContainer
public Destination withBlobContainer(String blobContainer)
Set the blobContainer value.- Parameters:
blobContainer- the blobContainer value to set- Returns:
- the Destination object itself.
-
archiveNameFormat
public String archiveNameFormat()
Get the archiveNameFormat value.- Returns:
- the archiveNameFormat value
-
withArchiveNameFormat
public Destination withArchiveNameFormat(String archiveNameFormat)
Set the archiveNameFormat value.- Parameters:
archiveNameFormat- the archiveNameFormat value to set- Returns:
- the Destination object itself.
-
-