Uses of Class
com.azure.resourcemanager.servicebus.models.SBQueueListResult
-
Packages that use SBQueueListResult Package Description com.azure.resourcemanager.servicebus.models Package containing the data models for ServiceBusManagementClient. -
-
Uses of SBQueueListResult in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return SBQueueListResult Modifier and Type Method Description SBQueueListResultSBQueueListResult. withNextLink(String nextLink)Set the nextLink property: Link to the next set of results.SBQueueListResultSBQueueListResult. withValue(List<SBQueueInner> value)Set the value property: Result of the List Queues operation.
-