public interface LongTermRetentionManagedInstanceBackupsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String locationName,
String managedInstanceName,
String databaseName,
String backupName)
Deletes a long term retention backup.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String locationName,
String managedInstanceName,
String databaseName,
String backupName,
com.azure.core.util.Context context)
Deletes a long term retention backup.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String locationName,
String managedInstanceName,
String databaseName,
String backupName)
Deletes a long term retention backup.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteByResourceGroup(String resourceGroupName,
String locationName,
String managedInstanceName,
String databaseName,
String backupName)
Deletes a long term retention backup.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteByResourceGroup(String resourceGroupName,
String locationName,
String managedInstanceName,
String databaseName,
String backupName,
com.azure.core.util.Context context)
Deletes a long term retention backup.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteByResourceGroupAsync(String resourceGroupName,
String locationName,
String managedInstanceName,
String databaseName,
String backupName)
Deletes a long term retention backup.
|
void |
delete(String locationName,
String managedInstanceName,
String databaseName,
String backupName)
Deletes a long term retention backup.
|
void |
delete(String locationName,
String managedInstanceName,
String databaseName,
String backupName,
com.azure.core.util.Context context)
Deletes a long term retention backup.
|
Mono<Void> |
deleteAsync(String locationName,
String managedInstanceName,
String databaseName,
String backupName)
Deletes a long term retention backup.
|
void |
deleteByResourceGroup(String resourceGroupName,
String locationName,
String managedInstanceName,
String databaseName,
String backupName)
Deletes a long term retention backup.
|
void |
deleteByResourceGroup(String resourceGroupName,
String locationName,
String managedInstanceName,
String databaseName,
String backupName,
com.azure.core.util.Context context)
Deletes a long term retention backup.
|
Mono<Void> |
deleteByResourceGroupAsync(String resourceGroupName,
String locationName,
String managedInstanceName,
String databaseName,
String backupName)
Deletes a long term retention backup.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteByResourceGroupWithResponseAsync(String resourceGroupName,
String locationName,
String managedInstanceName,
String databaseName,
String backupName)
Deletes a long term retention backup.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String locationName,
String managedInstanceName,
String databaseName,
String backupName)
Deletes a long term retention backup.
|
ManagedInstanceLongTermRetentionBackupInner |
get(String locationName,
String managedInstanceName,
String databaseName,
String backupName)
Gets a long term retention backup for a managed database.
|
Mono<ManagedInstanceLongTermRetentionBackupInner> |
getAsync(String locationName,
String managedInstanceName,
String databaseName,
String backupName)
Gets a long term retention backup for a managed database.
|
ManagedInstanceLongTermRetentionBackupInner |
getByResourceGroup(String resourceGroupName,
String locationName,
String managedInstanceName,
String databaseName,
String backupName)
Gets a long term retention backup for a managed database.
|
Mono<ManagedInstanceLongTermRetentionBackupInner> |
getByResourceGroupAsync(String resourceGroupName,
String locationName,
String managedInstanceName,
String databaseName,
String backupName)
Gets a long term retention backup for a managed database.
|
com.azure.core.http.rest.Response<ManagedInstanceLongTermRetentionBackupInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String locationName,
String managedInstanceName,
String databaseName,
String backupName,
com.azure.core.util.Context context)
Gets a long term retention backup for a managed database.
|
Mono<com.azure.core.http.rest.Response<ManagedInstanceLongTermRetentionBackupInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String locationName,
String managedInstanceName,
String databaseName,
String backupName)
Gets a long term retention backup for a managed database.
|
com.azure.core.http.rest.Response<ManagedInstanceLongTermRetentionBackupInner> |
getWithResponse(String locationName,
String managedInstanceName,
String databaseName,
String backupName,
com.azure.core.util.Context context)
Gets a long term retention backup for a managed database.
|
Mono<com.azure.core.http.rest.Response<ManagedInstanceLongTermRetentionBackupInner>> |
getWithResponseAsync(String locationName,
String managedInstanceName,
String databaseName,
String backupName)
Gets a long term retention backup for a managed database.
|
com.azure.core.http.rest.PagedIterable<ManagedInstanceLongTermRetentionBackupInner> |
listByDatabase(String locationName,
String managedInstanceName,
String databaseName)
Lists all long term retention backups for a managed database.
|
com.azure.core.http.rest.PagedIterable<ManagedInstanceLongTermRetentionBackupInner> |
listByDatabase(String locationName,
String managedInstanceName,
String databaseName,
Boolean onlyLatestPerDatabase,
DatabaseState databaseState,
com.azure.core.util.Context context)
Lists all long term retention backups for a managed database.
|
com.azure.core.http.rest.PagedFlux<ManagedInstanceLongTermRetentionBackupInner> |
listByDatabaseAsync(String locationName,
String managedInstanceName,
String databaseName)
Lists all long term retention backups for a managed database.
|
com.azure.core.http.rest.PagedFlux<ManagedInstanceLongTermRetentionBackupInner> |
listByDatabaseAsync(String locationName,
String managedInstanceName,
String databaseName,
Boolean onlyLatestPerDatabase,
DatabaseState databaseState)
Lists all long term retention backups for a managed database.
|
com.azure.core.http.rest.PagedIterable<ManagedInstanceLongTermRetentionBackupInner> |
listByInstance(String locationName,
String managedInstanceName)
Lists the long term retention backups for a given managed instance.
|
com.azure.core.http.rest.PagedIterable<ManagedInstanceLongTermRetentionBackupInner> |
listByInstance(String locationName,
String managedInstanceName,
Boolean onlyLatestPerDatabase,
DatabaseState databaseState,
com.azure.core.util.Context context)
Lists the long term retention backups for a given managed instance.
|
com.azure.core.http.rest.PagedFlux<ManagedInstanceLongTermRetentionBackupInner> |
listByInstanceAsync(String locationName,
String managedInstanceName)
Lists the long term retention backups for a given managed instance.
|
com.azure.core.http.rest.PagedFlux<ManagedInstanceLongTermRetentionBackupInner> |
listByInstanceAsync(String locationName,
String managedInstanceName,
Boolean onlyLatestPerDatabase,
DatabaseState databaseState)
Lists the long term retention backups for a given managed instance.
|
com.azure.core.http.rest.PagedIterable<ManagedInstanceLongTermRetentionBackupInner> |
listByLocation(String locationName)
Lists the long term retention backups for managed databases in a given location.
|
com.azure.core.http.rest.PagedIterable<ManagedInstanceLongTermRetentionBackupInner> |
listByLocation(String locationName,
Boolean onlyLatestPerDatabase,
DatabaseState databaseState,
com.azure.core.util.Context context)
Lists the long term retention backups for managed databases in a given location.
|
com.azure.core.http.rest.PagedFlux<ManagedInstanceLongTermRetentionBackupInner> |
listByLocationAsync(String locationName)
Lists the long term retention backups for managed databases in a given location.
|
com.azure.core.http.rest.PagedFlux<ManagedInstanceLongTermRetentionBackupInner> |
listByLocationAsync(String locationName,
Boolean onlyLatestPerDatabase,
DatabaseState databaseState)
Lists the long term retention backups for managed databases in a given location.
|
com.azure.core.http.rest.PagedIterable<ManagedInstanceLongTermRetentionBackupInner> |
listByResourceGroupDatabase(String resourceGroupName,
String locationName,
String managedInstanceName,
String databaseName)
Lists all long term retention backups for a managed database.
|
com.azure.core.http.rest.PagedIterable<ManagedInstanceLongTermRetentionBackupInner> |
listByResourceGroupDatabase(String resourceGroupName,
String locationName,
String managedInstanceName,
String databaseName,
Boolean onlyLatestPerDatabase,
DatabaseState databaseState,
com.azure.core.util.Context context)
Lists all long term retention backups for a managed database.
|
com.azure.core.http.rest.PagedFlux<ManagedInstanceLongTermRetentionBackupInner> |
listByResourceGroupDatabaseAsync(String resourceGroupName,
String locationName,
String managedInstanceName,
String databaseName)
Lists all long term retention backups for a managed database.
|
com.azure.core.http.rest.PagedFlux<ManagedInstanceLongTermRetentionBackupInner> |
listByResourceGroupDatabaseAsync(String resourceGroupName,
String locationName,
String managedInstanceName,
String databaseName,
Boolean onlyLatestPerDatabase,
DatabaseState databaseState)
Lists all long term retention backups for a managed database.
|
com.azure.core.http.rest.PagedIterable<ManagedInstanceLongTermRetentionBackupInner> |
listByResourceGroupInstance(String resourceGroupName,
String locationName,
String managedInstanceName)
Lists the long term retention backups for a given managed instance.
|
com.azure.core.http.rest.PagedIterable<ManagedInstanceLongTermRetentionBackupInner> |
listByResourceGroupInstance(String resourceGroupName,
String locationName,
String managedInstanceName,
Boolean onlyLatestPerDatabase,
DatabaseState databaseState,
com.azure.core.util.Context context)
Lists the long term retention backups for a given managed instance.
|
com.azure.core.http.rest.PagedFlux<ManagedInstanceLongTermRetentionBackupInner> |
listByResourceGroupInstanceAsync(String resourceGroupName,
String locationName,
String managedInstanceName)
Lists the long term retention backups for a given managed instance.
|
com.azure.core.http.rest.PagedFlux<ManagedInstanceLongTermRetentionBackupInner> |
listByResourceGroupInstanceAsync(String resourceGroupName,
String locationName,
String managedInstanceName,
Boolean onlyLatestPerDatabase,
DatabaseState databaseState)
Lists the long term retention backups for a given managed instance.
|
com.azure.core.http.rest.PagedIterable<ManagedInstanceLongTermRetentionBackupInner> |
listByResourceGroupLocation(String resourceGroupName,
String locationName)
Lists the long term retention backups for managed databases in a given location.
|
com.azure.core.http.rest.PagedIterable<ManagedInstanceLongTermRetentionBackupInner> |
listByResourceGroupLocation(String resourceGroupName,
String locationName,
Boolean onlyLatestPerDatabase,
DatabaseState databaseState,
com.azure.core.util.Context context)
Lists the long term retention backups for managed databases in a given location.
|
com.azure.core.http.rest.PagedFlux<ManagedInstanceLongTermRetentionBackupInner> |
listByResourceGroupLocationAsync(String resourceGroupName,
String locationName)
Lists the long term retention backups for managed databases in a given location.
|
com.azure.core.http.rest.PagedFlux<ManagedInstanceLongTermRetentionBackupInner> |
listByResourceGroupLocationAsync(String resourceGroupName,
String locationName,
Boolean onlyLatestPerDatabase,
DatabaseState databaseState)
Lists the long term retention backups for managed databases in a given location.
|
Mono<com.azure.core.http.rest.Response<ManagedInstanceLongTermRetentionBackupInner>> getWithResponseAsync(String locationName, String managedInstanceName, String databaseName, String backupName)
locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.backupName - The backup name.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<ManagedInstanceLongTermRetentionBackupInner> getAsync(String locationName, String managedInstanceName, String databaseName, String backupName)
locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.backupName - The backup name.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.ManagedInstanceLongTermRetentionBackupInner get(String locationName, String managedInstanceName, String databaseName, String backupName)
locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.backupName - The backup name.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<ManagedInstanceLongTermRetentionBackupInner> getWithResponse(String locationName, String managedInstanceName, String databaseName, String backupName, com.azure.core.util.Context context)
locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.backupName - The backup name.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<Flux<ByteBuffer>>> deleteWithResponseAsync(String locationName, String managedInstanceName, String databaseName, String backupName)
locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.backupName - The backup name.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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String locationName, String managedInstanceName, String databaseName, String backupName)
locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.backupName - The backup name.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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String locationName, String managedInstanceName, String databaseName, String backupName)
locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.backupName - The backup name.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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String locationName, String managedInstanceName, String databaseName, String backupName, com.azure.core.util.Context context)
locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.backupName - The backup name.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<Void> deleteAsync(String locationName, String managedInstanceName, String databaseName, String backupName)
locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.backupName - The backup name.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.void delete(String locationName, String managedInstanceName, String databaseName, String backupName)
locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.backupName - The backup name.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.void delete(String locationName, String managedInstanceName, String databaseName, String backupName, com.azure.core.util.Context context)
locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.backupName - The backup name.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.com.azure.core.http.rest.PagedFlux<ManagedInstanceLongTermRetentionBackupInner> listByDatabaseAsync(String locationName, String managedInstanceName, String databaseName, Boolean onlyLatestPerDatabase, DatabaseState databaseState)
locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.onlyLatestPerDatabase - Whether or not to only get the latest backup for each database.databaseState - Whether to query against just live databases, just deleted databases, or all databases.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.PagedFlux<ManagedInstanceLongTermRetentionBackupInner> listByDatabaseAsync(String locationName, String managedInstanceName, String databaseName)
locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.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<ManagedInstanceLongTermRetentionBackupInner> listByDatabase(String locationName, String managedInstanceName, String databaseName, Boolean onlyLatestPerDatabase, DatabaseState databaseState, com.azure.core.util.Context context)
locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.onlyLatestPerDatabase - Whether or not to only get the latest backup for each database.databaseState - Whether to query against just live databases, just deleted databases, or all databases.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.com.azure.core.http.rest.PagedIterable<ManagedInstanceLongTermRetentionBackupInner> listByDatabase(String locationName, String managedInstanceName, String databaseName)
locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.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.PagedFlux<ManagedInstanceLongTermRetentionBackupInner> listByInstanceAsync(String locationName, String managedInstanceName, Boolean onlyLatestPerDatabase, DatabaseState databaseState)
locationName - The location of the database.managedInstanceName - The name of the managed instance.onlyLatestPerDatabase - Whether or not to only get the latest backup for each database.databaseState - Whether to query against just live databases, just deleted databases, or all databases.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.PagedFlux<ManagedInstanceLongTermRetentionBackupInner> listByInstanceAsync(String locationName, String managedInstanceName)
locationName - The location of the database.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<ManagedInstanceLongTermRetentionBackupInner> listByInstance(String locationName, String managedInstanceName, Boolean onlyLatestPerDatabase, DatabaseState databaseState, com.azure.core.util.Context context)
locationName - The location of the database.managedInstanceName - The name of the managed instance.onlyLatestPerDatabase - Whether or not to only get the latest backup for each database.databaseState - Whether to query against just live databases, just deleted databases, or all databases.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.com.azure.core.http.rest.PagedIterable<ManagedInstanceLongTermRetentionBackupInner> listByInstance(String locationName, String managedInstanceName)
locationName - The location of the database.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.PagedFlux<ManagedInstanceLongTermRetentionBackupInner> listByLocationAsync(String locationName, Boolean onlyLatestPerDatabase, DatabaseState databaseState)
locationName - The location of the database.onlyLatestPerDatabase - Whether or not to only get the latest backup for each database.databaseState - Whether to query against just live databases, just deleted databases, or all databases.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.PagedFlux<ManagedInstanceLongTermRetentionBackupInner> listByLocationAsync(String locationName)
locationName - The location of the database.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<ManagedInstanceLongTermRetentionBackupInner> listByLocation(String locationName, Boolean onlyLatestPerDatabase, DatabaseState databaseState, com.azure.core.util.Context context)
locationName - The location of the database.onlyLatestPerDatabase - Whether or not to only get the latest backup for each database.databaseState - Whether to query against just live databases, just deleted databases, or all databases.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.com.azure.core.http.rest.PagedIterable<ManagedInstanceLongTermRetentionBackupInner> listByLocation(String locationName)
locationName - The location of the database.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<ManagedInstanceLongTermRetentionBackupInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String locationName, String managedInstanceName, String databaseName, String backupName)
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.locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.backupName - The backup name.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<ManagedInstanceLongTermRetentionBackupInner> getByResourceGroupAsync(String resourceGroupName, String locationName, String managedInstanceName, String databaseName, String backupName)
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.locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.backupName - The backup name.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.ManagedInstanceLongTermRetentionBackupInner getByResourceGroup(String resourceGroupName, String locationName, String managedInstanceName, String databaseName, String backupName)
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.locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.backupName - The backup name.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<ManagedInstanceLongTermRetentionBackupInner> getByResourceGroupWithResponse(String resourceGroupName, String locationName, String managedInstanceName, String databaseName, String backupName, 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.locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.backupName - The backup name.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<Flux<ByteBuffer>>> deleteByResourceGroupWithResponseAsync(String resourceGroupName, String locationName, String managedInstanceName, String databaseName, String backupName)
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.locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.backupName - The backup name.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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteByResourceGroupAsync(String resourceGroupName, String locationName, String managedInstanceName, String databaseName, String backupName)
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.locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.backupName - The backup name.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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteByResourceGroup(String resourceGroupName, String locationName, String managedInstanceName, String databaseName, String backupName)
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.locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.backupName - The backup name.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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteByResourceGroup(String resourceGroupName, String locationName, String managedInstanceName, String databaseName, String backupName, 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.locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.backupName - The backup name.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<Void> deleteByResourceGroupAsync(String resourceGroupName, String locationName, String managedInstanceName, String databaseName, String backupName)
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.locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.backupName - The backup name.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.void deleteByResourceGroup(String resourceGroupName, String locationName, String managedInstanceName, String databaseName, String backupName)
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.locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.backupName - The backup name.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.void deleteByResourceGroup(String resourceGroupName, String locationName, String managedInstanceName, String databaseName, String backupName, 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.locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.backupName - The backup name.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.com.azure.core.http.rest.PagedFlux<ManagedInstanceLongTermRetentionBackupInner> listByResourceGroupDatabaseAsync(String resourceGroupName, String locationName, String managedInstanceName, String databaseName, Boolean onlyLatestPerDatabase, DatabaseState databaseState)
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.locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.onlyLatestPerDatabase - Whether or not to only get the latest backup for each database.databaseState - Whether to query against just live databases, just deleted databases, or all databases.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.PagedFlux<ManagedInstanceLongTermRetentionBackupInner> listByResourceGroupDatabaseAsync(String resourceGroupName, String locationName, String managedInstanceName, String databaseName)
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.locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.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<ManagedInstanceLongTermRetentionBackupInner> listByResourceGroupDatabase(String resourceGroupName, String locationName, String managedInstanceName, String databaseName, Boolean onlyLatestPerDatabase, DatabaseState databaseState, 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.locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.onlyLatestPerDatabase - Whether or not to only get the latest backup for each database.databaseState - Whether to query against just live databases, just deleted databases, or all databases.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.com.azure.core.http.rest.PagedIterable<ManagedInstanceLongTermRetentionBackupInner> listByResourceGroupDatabase(String resourceGroupName, String locationName, String managedInstanceName, String databaseName)
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.locationName - The location of the database.managedInstanceName - The name of the managed instance.databaseName - The name of the managed database.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.PagedFlux<ManagedInstanceLongTermRetentionBackupInner> listByResourceGroupInstanceAsync(String resourceGroupName, String locationName, String managedInstanceName, Boolean onlyLatestPerDatabase, DatabaseState databaseState)
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.locationName - The location of the database.managedInstanceName - The name of the managed instance.onlyLatestPerDatabase - Whether or not to only get the latest backup for each database.databaseState - Whether to query against just live databases, just deleted databases, or all databases.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.PagedFlux<ManagedInstanceLongTermRetentionBackupInner> listByResourceGroupInstanceAsync(String resourceGroupName, String locationName, 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.locationName - The location of the database.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<ManagedInstanceLongTermRetentionBackupInner> listByResourceGroupInstance(String resourceGroupName, String locationName, String managedInstanceName, Boolean onlyLatestPerDatabase, DatabaseState databaseState, 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.locationName - The location of the database.managedInstanceName - The name of the managed instance.onlyLatestPerDatabase - Whether or not to only get the latest backup for each database.databaseState - Whether to query against just live databases, just deleted databases, or all databases.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.com.azure.core.http.rest.PagedIterable<ManagedInstanceLongTermRetentionBackupInner> listByResourceGroupInstance(String resourceGroupName, String locationName, 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.locationName - The location of the database.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.PagedFlux<ManagedInstanceLongTermRetentionBackupInner> listByResourceGroupLocationAsync(String resourceGroupName, String locationName, Boolean onlyLatestPerDatabase, DatabaseState databaseState)
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.locationName - The location of the database.onlyLatestPerDatabase - Whether or not to only get the latest backup for each database.databaseState - Whether to query against just live databases, just deleted databases, or all databases.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.PagedFlux<ManagedInstanceLongTermRetentionBackupInner> listByResourceGroupLocationAsync(String resourceGroupName, String locationName)
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.locationName - The location of the database.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<ManagedInstanceLongTermRetentionBackupInner> listByResourceGroupLocation(String resourceGroupName, String locationName, Boolean onlyLatestPerDatabase, DatabaseState databaseState, 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.locationName - The location of the database.onlyLatestPerDatabase - Whether or not to only get the latest backup for each database.databaseState - Whether to query against just live databases, just deleted databases, or all databases.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.com.azure.core.http.rest.PagedIterable<ManagedInstanceLongTermRetentionBackupInner> listByResourceGroupLocation(String resourceGroupName, String locationName)
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.locationName - The location of the database.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.