com.azure.core.http.rest.PagedIterable<ManagedInstanceLongTermRetentionBackupInner> |
LongTermRetentionManagedInstanceBackupsClient.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> |
LongTermRetentionManagedInstanceBackupsClient.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> |
LongTermRetentionManagedInstanceBackupsClient.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> |
LongTermRetentionManagedInstanceBackupsClient.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> |
LongTermRetentionManagedInstanceBackupsClient.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> |
LongTermRetentionManagedInstanceBackupsClient.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> |
LongTermRetentionManagedInstanceBackupsClient.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> |
LongTermRetentionManagedInstanceBackupsClient.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> |
LongTermRetentionManagedInstanceBackupsClient.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> |
LongTermRetentionManagedInstanceBackupsClient.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> |
LongTermRetentionManagedInstanceBackupsClient.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> |
LongTermRetentionManagedInstanceBackupsClient.listByResourceGroupLocationAsync(String resourceGroupName,
String locationName,
Boolean onlyLatestPerDatabase,
DatabaseState databaseState) |
Lists the long term retention backups for managed databases in a given location.
|