public interface RestorableDroppedManagedDatabasesClient
| Modifier and Type | Method and Description |
|---|---|
RestorableDroppedManagedDatabaseInner |
get(String resourceGroupName,
String managedInstanceName,
String restorableDroppedDatabaseId)
Gets a restorable dropped managed database.
|
Mono<RestorableDroppedManagedDatabaseInner> |
getAsync(String resourceGroupName,
String managedInstanceName,
String restorableDroppedDatabaseId)
Gets a restorable dropped managed database.
|
com.azure.core.http.rest.Response<RestorableDroppedManagedDatabaseInner> |
getWithResponse(String resourceGroupName,
String managedInstanceName,
String restorableDroppedDatabaseId,
com.azure.core.util.Context context)
Gets a restorable dropped managed database.
|
Mono<com.azure.core.http.rest.Response<RestorableDroppedManagedDatabaseInner>> |
getWithResponseAsync(String resourceGroupName,
String managedInstanceName,
String restorableDroppedDatabaseId)
Gets a restorable dropped managed database.
|
com.azure.core.http.rest.PagedIterable<RestorableDroppedManagedDatabaseInner> |
listByInstance(String resourceGroupName,
String managedInstanceName)
Gets a list of restorable dropped managed databases.
|
com.azure.core.http.rest.PagedIterable<RestorableDroppedManagedDatabaseInner> |
listByInstance(String resourceGroupName,
String managedInstanceName,
com.azure.core.util.Context context)
Gets a list of restorable dropped managed databases.
|
com.azure.core.http.rest.PagedFlux<RestorableDroppedManagedDatabaseInner> |
listByInstanceAsync(String resourceGroupName,
String managedInstanceName)
Gets a list of restorable dropped managed databases.
|
com.azure.core.http.rest.PagedFlux<RestorableDroppedManagedDatabaseInner> listByInstanceAsync(String resourceGroupName, String managedInstanceName)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<RestorableDroppedManagedDatabaseInner> listByInstance(String resourceGroupName, String managedInstanceName)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<RestorableDroppedManagedDatabaseInner> listByInstance(String resourceGroupName, String managedInstanceName, com.azure.core.util.Context context)
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.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<RestorableDroppedManagedDatabaseInner>> getWithResponseAsync(String resourceGroupName, String managedInstanceName, String restorableDroppedDatabaseId)
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.restorableDroppedDatabaseId - The restorableDroppedDatabaseId parameter.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<RestorableDroppedManagedDatabaseInner> getAsync(String resourceGroupName, String managedInstanceName, String restorableDroppedDatabaseId)
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.restorableDroppedDatabaseId - The restorableDroppedDatabaseId parameter.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.RestorableDroppedManagedDatabaseInner get(String resourceGroupName, String managedInstanceName, String restorableDroppedDatabaseId)
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.restorableDroppedDatabaseId - The restorableDroppedDatabaseId parameter.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<RestorableDroppedManagedDatabaseInner> getWithResponse(String resourceGroupName, String managedInstanceName, String restorableDroppedDatabaseId, com.azure.core.util.Context context)
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.restorableDroppedDatabaseId - The restorableDroppedDatabaseId parameter.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.