public class Destination extends Object
| Constructor and Description |
|---|
Destination() |
| Modifier and Type | Method and Description |
|---|---|
String |
archiveNameFormat()
Get blob naming convention for archive, e.g.
|
String |
blobContainer()
Get blob container Name.
|
String |
name()
Get name for capture destination.
|
String |
storageAccountResourceId()
Get resource id of the storage account to be used to create the blobs.
|
Destination |
withArchiveNameFormat(String archiveNameFormat)
Set blob naming convention for archive, e.g.
|
Destination |
withBlobContainer(String blobContainer)
Set blob container Name.
|
Destination |
withName(String name)
Set name for capture destination.
|
Destination |
withStorageAccountResourceId(String storageAccountResourceId)
Set resource id of the storage account to be used to create the blobs.
|
public String name()
public Destination withName(String name)
name - the name value to setpublic String storageAccountResourceId()
public Destination withStorageAccountResourceId(String storageAccountResourceId)
storageAccountResourceId - the storageAccountResourceId value to setpublic String blobContainer()
public Destination withBlobContainer(String blobContainer)
blobContainer - the blobContainer value to setpublic String archiveNameFormat()
public Destination withArchiveNameFormat(String archiveNameFormat)
archiveNameFormat - the archiveNameFormat value to setCopyright © 2019. All rights reserved.