AzureSqlManagedDatabaseBackupCommunicator.ListGetShortTermRetentionDroppedDatabase Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists Azure Sql Managed Backup Short Term Retention Policies
public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.ManagedBackupShortTermRetentionPolicy> ListGetShortTermRetentionDroppedDatabase (string resourceGroupName, string managedInstanceName, string databaseName, DateTime deletionDate);
member this.ListGetShortTermRetentionDroppedDatabase : string * string * string * DateTime -> System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.ManagedBackupShortTermRetentionPolicy>
Public Function ListGetShortTermRetentionDroppedDatabase (resourceGroupName As String, managedInstanceName As String, databaseName As String, deletionDate As DateTime) As IList(Of ManagedBackupShortTermRetentionPolicy)
Parameters
- resourceGroupName
- String
- managedInstanceName
- String
- databaseName
- String
- deletionDate
- DateTime