Class OperationListResult
java.lang.Object
com.azure.resourcemanager.servicebus.models.OperationListResult
Result of the request to list ServiceBus operations. It contains a list of operations and a URL link to get the next
set of results.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: URL to get the next set of operation list results if there are any.voidvalidate()Validates the instance.value()Get the value property: List of ServiceBus operations supported by the Microsoft.ServiceBus resource provider.
-
Constructor Details
-
OperationListResult
public OperationListResult()
-
-
Method Details
-
value
Get the value property: List of ServiceBus operations supported by the Microsoft.ServiceBus resource provider.- Returns:
- the value value.
-
nextLink
Get the nextLink property: URL to get the next set of operation list results if there are any.- Returns:
- the nextLink value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-