Uses of Class
com.azure.resourcemanager.sql.fluent.models.ServerOperationInner
Packages that use ServerOperationInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of ServerOperationInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type ServerOperationInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ServerOperationInner>ServerOperationsClient.listByServer(String resourceGroupName, String serverName) Gets a list of operations performed on the server.com.azure.core.http.rest.PagedIterable<ServerOperationInner>ServerOperationsClient.listByServer(String resourceGroupName, String serverName, com.azure.core.util.Context context) Gets a list of operations performed on the server.com.azure.core.http.rest.PagedFlux<ServerOperationInner>ServerOperationsClient.listByServerAsync(String resourceGroupName, String serverName) Gets a list of operations performed on the server. -
Uses of ServerOperationInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ServerOperationInnerModifier and TypeMethodDescriptionServerOperationListResult.value()Get the value property: Array of results.