| Package | Description |
|---|---|
| com.azure.resourcemanager.servicebus.models |
Package containing the data models for ServiceBusManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Destination |
CaptureDescription.destination()
Get the destination property: Properties of Destination where capture will be stored.
|
Destination |
Destination.withArchiveNameFormat(String archiveNameFormat)
Set the archiveNameFormat property: Blob naming convention for archive, e.g.
|
Destination |
Destination.withBlobContainer(String blobContainer)
Set the blobContainer property: Blob container Name.
|
Destination |
Destination.withName(String name)
Set the name property: Name for capture destination.
|
Destination |
Destination.withStorageAccountResourceId(String storageAccountResourceId)
Set the storageAccountResourceId property: Resource id of the storage account to be used to create the blobs.
|
| Modifier and Type | Method and Description |
|---|---|
CaptureDescription |
CaptureDescription.withDestination(Destination destination)
Set the destination property: Properties of Destination where capture will be stored.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.