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
| Name | Description |
|---|---|
| DeletedDatabaseBackupListResponse() |
Initializes a new instance of the DeletedDatabaseBackupListResponse class. |
Properties
| Name | Description |
|---|---|
| DeletedDatabaseBackups |
Optional. Gets or sets the list of a given Azure Sql Database deleted database backups. |
Methods
| Name | Description |
|---|---|
| GetEnumerator() |
Gets the sequence of DeletedDatabaseBackups. |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IEnumerable.GetEnumerator() |
Gets the sequence of DeletedDatabaseBackups. |