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