Uses of Class
com.azure.resourcemanager.sql.fluent.models.ElasticPoolActivityInner
-
Packages that use ElasticPoolActivityInner 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 ElasticPoolActivityInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type ElasticPoolActivityInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<ElasticPoolActivityInner>ElasticPoolActivitiesClient. listByElasticPool(String resourceGroupName, String serverName, String elasticPoolName)Returns elastic pool activities.com.azure.core.http.rest.PagedIterable<ElasticPoolActivityInner>ElasticPoolActivitiesClient. listByElasticPool(String resourceGroupName, String serverName, String elasticPoolName, com.azure.core.util.Context context)Returns elastic pool activities.com.azure.core.http.rest.PagedFlux<ElasticPoolActivityInner>ElasticPoolActivitiesClient. listByElasticPoolAsync(String resourceGroupName, String serverName, String elasticPoolName)Returns elastic pool activities. -
Uses of ElasticPoolActivityInner in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ElasticPoolActivityInner Modifier and Type Method Description ElasticPoolActivityInnerElasticPoolActivityInner. withLocation(String location)Set the location property: The geo-location where the resource lives. -
Uses of ElasticPoolActivityInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ElasticPoolActivityInner Modifier and Type Method Description List<ElasticPoolActivityInner>ElasticPoolActivityListResult. value()Get the value property: The list of elastic pool activities.Method parameters in com.azure.resourcemanager.sql.models with type arguments of type ElasticPoolActivityInner Modifier and Type Method Description ElasticPoolActivityListResultElasticPoolActivityListResult. withValue(List<ElasticPoolActivityInner> value)Set the value property: The list of elastic pool activities.
-