Uses of Class
com.azure.resourcemanager.servicebus.models.Destination
Packages that use Destination
Package
Description
Package containing the data models for ServiceBusManagementClient.
-
Uses of Destination in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return DestinationModifier and TypeMethodDescriptionCaptureDescription.destination()Get the destination property: Properties of Destination where capture will be stored.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.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.Methods in com.azure.resourcemanager.servicebus.models with parameters of type DestinationModifier and TypeMethodDescriptionCaptureDescription.withDestination(Destination destination) Set the destination property: Properties of Destination where capture will be stored.