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