Uses of Class
com.azure.resourcemanager.servicebus.models.Destination
-
Packages that use Destination Package Description com.azure.resourcemanager.servicebus.models 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 Destination Modifier and Type Method Description DestinationCaptureDescription. destination()Get the destination property: Properties of Destination where capture will be stored.DestinationDestination. withArchiveNameFormat(String archiveNameFormat)Set the archiveNameFormat property: Blob naming convention for archive, e.g.DestinationDestination. withBlobContainer(String blobContainer)Set the blobContainer property: Blob container Name.DestinationDestination. withName(String name)Set the name property: Name for capture destination.DestinationDestination. 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 Destination Modifier and Type Method Description CaptureDescriptionCaptureDescription. withDestination(Destination destination)Set the destination property: Properties of Destination where capture will be stored.
-