DeletedDatabaseBackupListResponse Class
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.
Represents the response to a List Azure Sql Database deleted database backups request.
public class DeletedDatabaseBackupListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.LegacySdk.Models.DeletedDatabaseBackup>
type DeletedDatabaseBackupListResponse = class
inherit AzureOperationResponse
interface seq<DeletedDatabaseBackup>
interface IEnumerable
Public Class DeletedDatabaseBackupListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of DeletedDatabaseBackup)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseDeletedDatabaseBackupListResponse
- Implements
Constructors
DeletedDatabaseBackupListResponse() |
Initializes a new instance of the DeletedDatabaseBackupListResponse class. |
Properties
DeletedDatabaseBackups |
Optional. Gets or sets the list of a given Azure Sql Database deleted database backups. |
Methods
GetEnumerator() |
Gets the sequence of DeletedDatabaseBackups. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the sequence of DeletedDatabaseBackups. |