Uses of Class
com.azure.resourcemanager.servicebus.models.SBQueueListResult
Packages that use SBQueueListResult
Package
Description
Package containing the data models for ServiceBusManagementClient.
-
Uses of SBQueueListResult in com.azure.resourcemanager.servicebus.models
Classes in com.azure.resourcemanager.servicebus.models that implement interfaces with type arguments of type SBQueueListResultModifier and TypeClassDescriptionfinal classThe response to the List Queues operation.Methods in com.azure.resourcemanager.servicebus.models that return SBQueueListResultModifier and TypeMethodDescriptionstatic SBQueueListResultSBQueueListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SBQueueListResult from the JsonReader.SBQueueListResult.withNextLink(String nextLink) Set the nextLink property: Link to the next set of results.SBQueueListResult.withValue(List<SBQueueInner> value) Set the value property: Result of the List Queues operation.