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