Uses of Class
com.azure.resourcemanager.sql.models.TrackedResource
-
Packages that use TrackedResource Package Description 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 TrackedResource in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return types with arguments of type TrackedResource Modifier and Type Method Description List<TrackedResource>RecommendedElasticPoolInner. databases()Get the databases property: The list of databases in this pool. -
Uses of TrackedResource in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return TrackedResource Modifier and Type Method Description TrackedResourceTrackedResource. withLocation(String location)Set the location property: Resource location.TrackedResourceTrackedResource. withTags(Map<String,String> tags)Set the tags property: Resource tags.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type TrackedResource Modifier and Type Method Description List<TrackedResource>RecommendedElasticPool. databases()
-