Uses of Class
com.microsoft.azure.servicebus.management.NamespaceInfo
-
Packages that use NamespaceInfo Package Description com.microsoft.azure.servicebus.management -
-
Uses of NamespaceInfo in com.microsoft.azure.servicebus.management
Methods in com.microsoft.azure.servicebus.management that return NamespaceInfo Modifier and Type Method Description NamespaceInfo
ManagementClient. getNamespaceInfo()
Retrieves information related to the namespace.Methods in com.microsoft.azure.servicebus.management that return types with arguments of type NamespaceInfo Modifier and Type Method Description CompletableFuture<NamespaceInfo>
ManagementClientAsync. getNamespaceInfoAsync()
Retrieves information related to the namespace.
-