public interface RecoverableManagedDatabasesClient
| Modifier and Type | Method and Description |
|---|---|
RecoverableManagedDatabaseInner |
get(String resourceGroupName,
String managedInstanceName,
String recoverableDatabaseName)
Gets a recoverable managed database.
|
Mono<RecoverableManagedDatabaseInner> |
getAsync(String resourceGroupName,
String managedInstanceName,
String recoverableDatabaseName)
Gets a recoverable managed database.
|
com.azure.core.http.rest.Response<RecoverableManagedDatabaseInner> |
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>> |
getWithResponseAsync(String resourceGroupName,
String managedInstanceName,
String recoverableDatabaseName)
Gets a recoverable managed database.
|
com.azure.core.http.rest.PagedIterable<RecoverableManagedDatabaseInner> |
listByInstance(String resourceGroupName,
String managedInstanceName)
Gets a list of recoverable managed databases.
|
com.azure.core.http.rest.PagedIterable<RecoverableManagedDatabaseInner> |
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> |
listByInstanceAsync(String resourceGroupName,
String managedInstanceName)
Gets a list of recoverable managed databases.
|
com.azure.core.http.rest.PagedFlux<RecoverableManagedDatabaseInner> 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<RecoverableManagedDatabaseInner> 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<RecoverableManagedDatabaseInner> 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<RecoverableManagedDatabaseInner>> getWithResponseAsync(String resourceGroupName, String managedInstanceName, String recoverableDatabaseName)
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.recoverableDatabaseName - The recoverableDatabaseName 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<RecoverableManagedDatabaseInner> getAsync(String resourceGroupName, String managedInstanceName, String recoverableDatabaseName)
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.recoverableDatabaseName - The recoverableDatabaseName 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.RecoverableManagedDatabaseInner get(String resourceGroupName, String managedInstanceName, String recoverableDatabaseName)
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.recoverableDatabaseName - The recoverableDatabaseName 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<RecoverableManagedDatabaseInner> getWithResponse(String resourceGroupName, String managedInstanceName, String recoverableDatabaseName, 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.recoverableDatabaseName - The recoverableDatabaseName 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.