GetManagedDatabaseResult

data class GetManagedDatabaseResult(val id: String, val longTermRetentionPolicies: List<GetManagedDatabaseLongTermRetentionPolicy>, val managedInstanceId: String, val managedInstanceName: String, val name: String, val pointInTimeRestores: List<GetManagedDatabasePointInTimeRestore>, val resourceGroupName: String, val shortTermRetentionDays: Int)

A collection of values returned by getManagedDatabase.

Constructors

Link copied to clipboard
constructor(id: String, longTermRetentionPolicies: List<GetManagedDatabaseLongTermRetentionPolicy>, managedInstanceId: String, managedInstanceName: String, name: String, pointInTimeRestores: List<GetManagedDatabasePointInTimeRestore>, resourceGroupName: String, shortTermRetentionDays: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A long_term_retention_policy block as defined below.

Link copied to clipboard
Link copied to clipboard

The name of the Managed Instance.

Link copied to clipboard
Link copied to clipboard

A point_in_time_restore block as defined below.

Link copied to clipboard

The name of the Resource Group where the Azure SQL Azure Managed Instance exists.

Link copied to clipboard

The backup retention period in days. This is how many days Point-in-Time Restore will be supported.