Interface OperationListResult
public interface OperationListResult
An immutable client-side representation of OperationListResult.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.devhub.fluent.models.OperationListResultInner object.nextLink()
Gets the nextLink property: URL to get the next set of operation list results (if there are any).value()
Gets the value property: List of operations supported by the resource provider.
-
Method Details
-
value
Gets the value property: List of operations supported by the resource provider.- Returns:
- the value value.
-
nextLink
String nextLink()Gets the nextLink property: URL to get the next set of operation list results (if there are any).- Returns:
- the nextLink value.
-
innerModel
OperationListResultInner innerModel()Gets the inner com.azure.resourcemanager.devhub.fluent.models.OperationListResultInner object.- Returns:
- the inner object.
-