| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent |
Package containing the service clients for SqlManagementClient.
|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
static DatabaseState |
DatabaseState.ALL
Static value All for DatabaseState.
|
static DatabaseState |
DatabaseState.DELETED
Static value Deleted for DatabaseState.
|
static DatabaseState |
DatabaseState.LIVE
Static value Live for DatabaseState.
|
| Modifier and Type | Method and Description |
|---|---|
static DatabaseState |
DatabaseState.fromString(String name)
Creates or finds a DatabaseState from its string representation.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.