Uses of Class
com.azure.resourcemanager.sql.fluent.models.RecoverableManagedDatabaseInner
Packages that use RecoverableManagedDatabaseInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of RecoverableManagedDatabaseInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return RecoverableManagedDatabaseInnerModifier and TypeMethodDescriptionRecoverableManagedDatabasesClient.get(String resourceGroupName, String managedInstanceName, String recoverableDatabaseName) Gets a recoverable managed database.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type RecoverableManagedDatabaseInnerModifier and TypeMethodDescriptionRecoverableManagedDatabasesClient.getAsync(String resourceGroupName, String managedInstanceName, String recoverableDatabaseName) Gets a recoverable managed database.com.azure.core.http.rest.Response<RecoverableManagedDatabaseInner>RecoverableManagedDatabasesClient.getWithResponse(String resourceGroupName, String managedInstanceName, String recoverableDatabaseName, com.azure.core.util.Context context) Gets a recoverable managed database.Mono<com.azure.core.http.rest.Response<RecoverableManagedDatabaseInner>>RecoverableManagedDatabasesClient.getWithResponseAsync(String resourceGroupName, String managedInstanceName, String recoverableDatabaseName) Gets a recoverable managed database.com.azure.core.http.rest.PagedIterable<RecoverableManagedDatabaseInner>RecoverableManagedDatabasesClient.listByInstance(String resourceGroupName, String managedInstanceName) Gets a list of recoverable managed databases.com.azure.core.http.rest.PagedIterable<RecoverableManagedDatabaseInner>RecoverableManagedDatabasesClient.listByInstance(String resourceGroupName, String managedInstanceName, com.azure.core.util.Context context) Gets a list of recoverable managed databases.com.azure.core.http.rest.PagedFlux<RecoverableManagedDatabaseInner>RecoverableManagedDatabasesClient.listByInstanceAsync(String resourceGroupName, String managedInstanceName) Gets a list of recoverable managed databases. -
Uses of RecoverableManagedDatabaseInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type RecoverableManagedDatabaseInnerModifier and TypeMethodDescriptionRecoverableManagedDatabaseListResult.value()Get the value property: Array of results.