Uses of Class
com.azure.resourcemanager.sql.fluent.models.ElasticPoolOperationInner
-
Packages that use ElasticPoolOperationInner Package Description com.azure.resourcemanager.sql.fluent Package containing the service clients for SqlManagementClient.com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of ElasticPoolOperationInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type ElasticPoolOperationInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<ElasticPoolOperationInner>ElasticPoolOperationsClient. listByElasticPool(String resourceGroupName, String serverName, String elasticPoolName)Gets a list of operations performed on the elastic pool.com.azure.core.http.rest.PagedIterable<ElasticPoolOperationInner>ElasticPoolOperationsClient. listByElasticPool(String resourceGroupName, String serverName, String elasticPoolName, com.azure.core.util.Context context)Gets a list of operations performed on the elastic pool.com.azure.core.http.rest.PagedFlux<ElasticPoolOperationInner>ElasticPoolOperationsClient. listByElasticPoolAsync(String resourceGroupName, String serverName, String elasticPoolName)Gets a list of operations performed on the elastic pool. -
Uses of ElasticPoolOperationInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ElasticPoolOperationInner Modifier and Type Method Description List<ElasticPoolOperationInner>ElasticPoolOperationListResult. value()Get the value property: Array of results.
-