Uses of Class
com.azure.resourcemanager.sql.fluent.models.LongTermRetentionBackupInner
Packages that use LongTermRetentionBackupInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of LongTermRetentionBackupInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return LongTermRetentionBackupInnerModifier and TypeMethodDescriptionLongTermRetentionBackupsClient.get(String locationName, String longTermRetentionServerName, String longTermRetentionDatabaseName, String backupName) Gets a long term retention backup.LongTermRetentionBackupsClient.getByResourceGroup(String resourceGroupName, String locationName, String longTermRetentionServerName, String longTermRetentionDatabaseName, String backupName) Gets a long term retention backup.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type LongTermRetentionBackupInnerModifier and TypeMethodDescriptionLongTermRetentionBackupsClient.getAsync(String locationName, String longTermRetentionServerName, String longTermRetentionDatabaseName, String backupName) Gets a long term retention backup.LongTermRetentionBackupsClient.getByResourceGroupAsync(String resourceGroupName, String locationName, String longTermRetentionServerName, String longTermRetentionDatabaseName, String backupName) Gets a long term retention backup.com.azure.core.http.rest.Response<LongTermRetentionBackupInner> LongTermRetentionBackupsClient.getByResourceGroupWithResponse(String resourceGroupName, String locationName, String longTermRetentionServerName, String longTermRetentionDatabaseName, String backupName, com.azure.core.util.Context context) Gets a long term retention backup.Mono<com.azure.core.http.rest.Response<LongTermRetentionBackupInner>> LongTermRetentionBackupsClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String locationName, String longTermRetentionServerName, String longTermRetentionDatabaseName, String backupName) Gets a long term retention backup.com.azure.core.http.rest.Response<LongTermRetentionBackupInner> LongTermRetentionBackupsClient.getWithResponse(String locationName, String longTermRetentionServerName, String longTermRetentionDatabaseName, String backupName, com.azure.core.util.Context context) Gets a long term retention backup.Mono<com.azure.core.http.rest.Response<LongTermRetentionBackupInner>> LongTermRetentionBackupsClient.getWithResponseAsync(String locationName, String longTermRetentionServerName, String longTermRetentionDatabaseName, String backupName) Gets a long term retention backup.com.azure.core.http.rest.PagedIterable<LongTermRetentionBackupInner> LongTermRetentionBackupsClient.listByDatabase(String locationName, String longTermRetentionServerName, String longTermRetentionDatabaseName) Lists all long term retention backups for a database.com.azure.core.http.rest.PagedIterable<LongTermRetentionBackupInner> LongTermRetentionBackupsClient.listByDatabase(String locationName, String longTermRetentionServerName, String longTermRetentionDatabaseName, Boolean onlyLatestPerDatabase, DatabaseState databaseState, com.azure.core.util.Context context) Lists all long term retention backups for a database.com.azure.core.http.rest.PagedFlux<LongTermRetentionBackupInner> LongTermRetentionBackupsClient.listByDatabaseAsync(String locationName, String longTermRetentionServerName, String longTermRetentionDatabaseName) Lists all long term retention backups for a database.com.azure.core.http.rest.PagedFlux<LongTermRetentionBackupInner> LongTermRetentionBackupsClient.listByDatabaseAsync(String locationName, String longTermRetentionServerName, String longTermRetentionDatabaseName, Boolean onlyLatestPerDatabase, DatabaseState databaseState) Lists all long term retention backups for a database.com.azure.core.http.rest.PagedIterable<LongTermRetentionBackupInner> LongTermRetentionBackupsClient.listByLocation(String locationName) Lists the long term retention backups for a given location.com.azure.core.http.rest.PagedIterable<LongTermRetentionBackupInner> LongTermRetentionBackupsClient.listByLocation(String locationName, Boolean onlyLatestPerDatabase, DatabaseState databaseState, com.azure.core.util.Context context) Lists the long term retention backups for a given location.com.azure.core.http.rest.PagedFlux<LongTermRetentionBackupInner> LongTermRetentionBackupsClient.listByLocationAsync(String locationName) Lists the long term retention backups for a given location.com.azure.core.http.rest.PagedFlux<LongTermRetentionBackupInner> LongTermRetentionBackupsClient.listByLocationAsync(String locationName, Boolean onlyLatestPerDatabase, DatabaseState databaseState) Lists the long term retention backups for a given location.com.azure.core.http.rest.PagedIterable<LongTermRetentionBackupInner> LongTermRetentionBackupsClient.listByResourceGroupDatabase(String resourceGroupName, String locationName, String longTermRetentionServerName, String longTermRetentionDatabaseName) Lists all long term retention backups for a database.com.azure.core.http.rest.PagedIterable<LongTermRetentionBackupInner> LongTermRetentionBackupsClient.listByResourceGroupDatabase(String resourceGroupName, String locationName, String longTermRetentionServerName, String longTermRetentionDatabaseName, Boolean onlyLatestPerDatabase, DatabaseState databaseState, com.azure.core.util.Context context) Lists all long term retention backups for a database.com.azure.core.http.rest.PagedFlux<LongTermRetentionBackupInner> LongTermRetentionBackupsClient.listByResourceGroupDatabaseAsync(String resourceGroupName, String locationName, String longTermRetentionServerName, String longTermRetentionDatabaseName) Lists all long term retention backups for a database.com.azure.core.http.rest.PagedFlux<LongTermRetentionBackupInner> LongTermRetentionBackupsClient.listByResourceGroupDatabaseAsync(String resourceGroupName, String locationName, String longTermRetentionServerName, String longTermRetentionDatabaseName, Boolean onlyLatestPerDatabase, DatabaseState databaseState) Lists all long term retention backups for a database.com.azure.core.http.rest.PagedIterable<LongTermRetentionBackupInner> LongTermRetentionBackupsClient.listByResourceGroupLocation(String resourceGroupName, String locationName) Lists the long term retention backups for a given location.com.azure.core.http.rest.PagedIterable<LongTermRetentionBackupInner> LongTermRetentionBackupsClient.listByResourceGroupLocation(String resourceGroupName, String locationName, Boolean onlyLatestPerDatabase, DatabaseState databaseState, com.azure.core.util.Context context) Lists the long term retention backups for a given location.com.azure.core.http.rest.PagedFlux<LongTermRetentionBackupInner> LongTermRetentionBackupsClient.listByResourceGroupLocationAsync(String resourceGroupName, String locationName) Lists the long term retention backups for a given location.com.azure.core.http.rest.PagedFlux<LongTermRetentionBackupInner> LongTermRetentionBackupsClient.listByResourceGroupLocationAsync(String resourceGroupName, String locationName, Boolean onlyLatestPerDatabase, DatabaseState databaseState) Lists the long term retention backups for a given location.com.azure.core.http.rest.PagedIterable<LongTermRetentionBackupInner> LongTermRetentionBackupsClient.listByResourceGroupServer(String resourceGroupName, String locationName, String longTermRetentionServerName) Lists the long term retention backups for a given server.com.azure.core.http.rest.PagedIterable<LongTermRetentionBackupInner> LongTermRetentionBackupsClient.listByResourceGroupServer(String resourceGroupName, String locationName, String longTermRetentionServerName, Boolean onlyLatestPerDatabase, DatabaseState databaseState, com.azure.core.util.Context context) Lists the long term retention backups for a given server.com.azure.core.http.rest.PagedFlux<LongTermRetentionBackupInner> LongTermRetentionBackupsClient.listByResourceGroupServerAsync(String resourceGroupName, String locationName, String longTermRetentionServerName) Lists the long term retention backups for a given server.com.azure.core.http.rest.PagedFlux<LongTermRetentionBackupInner> LongTermRetentionBackupsClient.listByResourceGroupServerAsync(String resourceGroupName, String locationName, String longTermRetentionServerName, Boolean onlyLatestPerDatabase, DatabaseState databaseState) Lists the long term retention backups for a given server.com.azure.core.http.rest.PagedIterable<LongTermRetentionBackupInner> LongTermRetentionBackupsClient.listByServer(String locationName, String longTermRetentionServerName) Lists the long term retention backups for a given server.com.azure.core.http.rest.PagedIterable<LongTermRetentionBackupInner> LongTermRetentionBackupsClient.listByServer(String locationName, String longTermRetentionServerName, Boolean onlyLatestPerDatabase, DatabaseState databaseState, com.azure.core.util.Context context) Lists the long term retention backups for a given server.com.azure.core.http.rest.PagedFlux<LongTermRetentionBackupInner> LongTermRetentionBackupsClient.listByServerAsync(String locationName, String longTermRetentionServerName) Lists the long term retention backups for a given server.com.azure.core.http.rest.PagedFlux<LongTermRetentionBackupInner> LongTermRetentionBackupsClient.listByServerAsync(String locationName, String longTermRetentionServerName, Boolean onlyLatestPerDatabase, DatabaseState databaseState) Lists the long term retention backups for a given server. -
Uses of LongTermRetentionBackupInner in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return LongTermRetentionBackupInnerModifier and TypeMethodDescriptionstatic LongTermRetentionBackupInnerLongTermRetentionBackupInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LongTermRetentionBackupInner from the JsonReader.LongTermRetentionBackupInner.withRequestedBackupStorageRedundancy(BackupStorageRedundancy requestedBackupStorageRedundancy) Set the requestedBackupStorageRedundancy property: The storage redundancy type of the backup. -
Uses of LongTermRetentionBackupInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type LongTermRetentionBackupInnerModifier and TypeMethodDescriptionLongTermRetentionBackupListResult.value()Get the value property: Array of results.