Uses of Class
com.azure.resourcemanager.sql.fluent.models.RestorableDroppedDatabaseInner
Packages that use RestorableDroppedDatabaseInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of RestorableDroppedDatabaseInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return RestorableDroppedDatabaseInnerModifier and TypeMethodDescriptionRestorableDroppedDatabasesClient.get(String resourceGroupName, String serverName, String restorableDroppedDatabaseId) Gets a restorable dropped database.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type RestorableDroppedDatabaseInnerModifier and TypeMethodDescriptionRestorableDroppedDatabasesClient.getAsync(String resourceGroupName, String serverName, String restorableDroppedDatabaseId) Gets a restorable dropped database.com.azure.core.http.rest.Response<RestorableDroppedDatabaseInner>RestorableDroppedDatabasesClient.getWithResponse(String resourceGroupName, String serverName, String restorableDroppedDatabaseId, com.azure.core.util.Context context) Gets a restorable dropped database.Mono<com.azure.core.http.rest.Response<RestorableDroppedDatabaseInner>>RestorableDroppedDatabasesClient.getWithResponseAsync(String resourceGroupName, String serverName, String restorableDroppedDatabaseId) Gets a restorable dropped database.com.azure.core.http.rest.PagedIterable<RestorableDroppedDatabaseInner>RestorableDroppedDatabasesClient.listByServer(String resourceGroupName, String serverName) Gets a list of restorable dropped databases.com.azure.core.http.rest.PagedIterable<RestorableDroppedDatabaseInner>RestorableDroppedDatabasesClient.listByServer(String resourceGroupName, String serverName, com.azure.core.util.Context context) Gets a list of restorable dropped databases.com.azure.core.http.rest.PagedFlux<RestorableDroppedDatabaseInner>RestorableDroppedDatabasesClient.listByServerAsync(String resourceGroupName, String serverName) Gets a list of restorable dropped databases. -
Uses of RestorableDroppedDatabaseInner in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return RestorableDroppedDatabaseInnerModifier and TypeMethodDescriptionRestorableDroppedDatabaseInner.withLocation(String location) Set the location property: Resource location.Set the sku property: The name and tier of the SKU.Set the tags property: Resource tags. -
Uses of RestorableDroppedDatabaseInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type RestorableDroppedDatabaseInnerModifier and TypeMethodDescriptionRestorableDroppedDatabaseListResult.value()Get the value property: Array of results.