ManagedDatabaseRestoreDetailsClient Interface

public interface ManagedDatabaseRestoreDetailsClient

An instance of this class provides access to all the operations defined in ManagedDatabaseRestoreDetailsClient.

Method Summary

Modifier and Type Method and Description
abstract ManagedDatabaseRestoreDetailsResultInner get(String resourceGroupName, String managedInstanceName, String databaseName, RestoreDetailsName restoreDetailsName)

Gets managed database restore details.

abstract Mono<ManagedDatabaseRestoreDetailsResultInner> getAsync(String resourceGroupName, String managedInstanceName, String databaseName, RestoreDetailsName restoreDetailsName)

Gets managed database restore details.

abstract Response<ManagedDatabaseRestoreDetailsResultInner> getWithResponse(String resourceGroupName, String managedInstanceName, String databaseName, RestoreDetailsName restoreDetailsName, Context context)

Gets managed database restore details.

abstract Mono<Response<ManagedDatabaseRestoreDetailsResultInner>> getWithResponseAsync(String resourceGroupName, String managedInstanceName, String databaseName, RestoreDetailsName restoreDetailsName)

Gets managed database restore details.

Method Details

get

public abstract ManagedDatabaseRestoreDetailsResultInner get(String resourceGroupName, String managedInstanceName, String databaseName, RestoreDetailsName restoreDetailsName)

Gets managed database restore details.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
managedInstanceName - The name of the managed instance.
databaseName - The name of the database.
restoreDetailsName - The name of the restore details to retrieve.

Returns:

managed database restore details.

getAsync

public abstract Mono getAsync(String resourceGroupName, String managedInstanceName, String databaseName, RestoreDetailsName restoreDetailsName)

Gets managed database restore details.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
managedInstanceName - The name of the managed instance.
databaseName - The name of the database.
restoreDetailsName - The name of the restore details to retrieve.

Returns:

managed database restore details on successful completion of Mono.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String managedInstanceName, String databaseName, RestoreDetailsName restoreDetailsName, Context context)

Gets managed database restore details.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
managedInstanceName - The name of the managed instance.
databaseName - The name of the database.
restoreDetailsName - The name of the restore details to retrieve.
context - The context to associate with this operation.

Returns:

managed database restore details along with Response<T>.

getWithResponseAsync

public abstract Mono> getWithResponseAsync(String resourceGroupName, String managedInstanceName, String databaseName, RestoreDetailsName restoreDetailsName)

Gets managed database restore details.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
managedInstanceName - The name of the managed instance.
databaseName - The name of the database.
restoreDetailsName - The name of the restore details to retrieve.

Returns:

managed database restore details along with Response<T> on successful completion of Mono.

Applies to