public class Destination extends Object
| Constructor and Description |
|---|
Destination() |
| Modifier and Type | Method and Description |
|---|---|
String |
archiveNameFormat()
Get the archiveNameFormat property: Blob naming convention for archive, e.g.
|
String |
blobContainer()
Get the blobContainer property: Blob container Name.
|
String |
name()
Get the name property: Name for capture destination.
|
String |
storageAccountResourceId()
Get the storageAccountResourceId property: Resource id of the storage account to be used to create the blobs.
|
void |
validate()
Validates the instance.
|
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 |
withName(String name)
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.
|
public String name()
public Destination withName(String name)
name - the name value to set.public String storageAccountResourceId()
public Destination withStorageAccountResourceId(String storageAccountResourceId)
storageAccountResourceId - the storageAccountResourceId value to set.public String blobContainer()
public Destination withBlobContainer(String blobContainer)
blobContainer - the blobContainer value to set.public String archiveNameFormat()
public Destination withArchiveNameFormat(String archiveNameFormat)
archiveNameFormat - the archiveNameFormat value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.