DatabaseBackupLongTermRetentionPolicyListResponse 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 backup LongTermRetention policy request.
public class DatabaseBackupLongTermRetentionPolicyListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.LegacySdk.Models.DatabaseBackupLongTermRetentionPolicy>
type DatabaseBackupLongTermRetentionPolicyListResponse = class
inherit AzureOperationResponse
interface seq<DatabaseBackupLongTermRetentionPolicy>
interface IEnumerable
Public Class DatabaseBackupLongTermRetentionPolicyListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of DatabaseBackupLongTermRetentionPolicy)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseDatabaseBackupLongTermRetentionPolicyListResponse
- Implements
Constructors
DatabaseBackupLongTermRetentionPolicyListResponse() |
Initializes a new instance of the DatabaseBackupLongTermRetentionPolicyListResponse class. |
Properties
DatabaseBackupLongTermRetentionPolicies |
Optional. Gets or sets the list of Azure Sql Database backup LongTermRetention policies. |
Methods
GetEnumerator() |
Gets the sequence of DatabaseBackupLongTermRetentionPolicies. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the sequence of DatabaseBackupLongTermRetentionPolicies. |