Uses of Class
com.azure.resourcemanager.sql.fluent.models.ElasticPoolDatabaseActivityInner
-
Packages that use ElasticPoolDatabaseActivityInner Package Description com.azure.resourcemanager.sql.fluent Package containing the service clients for SqlManagementClient.com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of ElasticPoolDatabaseActivityInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type ElasticPoolDatabaseActivityInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<ElasticPoolDatabaseActivityInner>ElasticPoolDatabaseActivitiesClient. listByElasticPool(String resourceGroupName, String serverName, String elasticPoolName)Returns activity on databases inside of an elastic pool.com.azure.core.http.rest.PagedIterable<ElasticPoolDatabaseActivityInner>ElasticPoolDatabaseActivitiesClient. listByElasticPool(String resourceGroupName, String serverName, String elasticPoolName, com.azure.core.util.Context context)Returns activity on databases inside of an elastic pool.com.azure.core.http.rest.PagedFlux<ElasticPoolDatabaseActivityInner>ElasticPoolDatabaseActivitiesClient. listByElasticPoolAsync(String resourceGroupName, String serverName, String elasticPoolName)Returns activity on databases inside of an elastic pool. -
Uses of ElasticPoolDatabaseActivityInner in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ElasticPoolDatabaseActivityInner Modifier and Type Method Description ElasticPoolDatabaseActivityInnerElasticPoolDatabaseActivityInner. withLocation(String location)Set the location property: The geo-location where the resource lives. -
Uses of ElasticPoolDatabaseActivityInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ElasticPoolDatabaseActivityInner Modifier and Type Method Description List<ElasticPoolDatabaseActivityInner>ElasticPoolDatabaseActivityListResult. value()Get the value property: The list of elastic pool database activities.Method parameters in com.azure.resourcemanager.sql.models with type arguments of type ElasticPoolDatabaseActivityInner Modifier and Type Method Description ElasticPoolDatabaseActivityListResultElasticPoolDatabaseActivityListResult. withValue(List<ElasticPoolDatabaseActivityInner> value)Set the value property: The list of elastic pool database activities.
-