Uses of Class
com.azure.resourcemanager.search.fluent.models.OperationInner
-
Packages that use OperationInner Package Description com.azure.resourcemanager.search.fluent Package containing the service clients for SearchManagementClient.com.azure.resourcemanager.search.models Package containing the data models for SearchManagementClient. -
-
Uses of OperationInner in com.azure.resourcemanager.search.fluent
Methods in com.azure.resourcemanager.search.fluent that return types with arguments of type OperationInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<OperationInner>OperationsClient. list()Lists all of the available REST API operations of the Microsoft.Search provider.com.azure.core.http.rest.PagedIterable<OperationInner>OperationsClient. list(com.azure.core.util.Context context)Lists all of the available REST API operations of the Microsoft.Search provider.com.azure.core.http.rest.PagedFlux<OperationInner>OperationsClient. listAsync()Lists all of the available REST API operations of the Microsoft.Search provider. -
Uses of OperationInner in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return types with arguments of type OperationInner Modifier and Type Method Description List<OperationInner>OperationListResult. value()Get the value property: The list of operations supported by the resource provider.
-