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