Azure Vm Workload Protected Item Extended Info Response
data class AzureVmWorkloadProtectedItemExtendedInfoResponse(val newestRecoveryPointInArchive: String? = null, val oldestRecoveryPoint: String? = null, val oldestRecoveryPointInArchive: String? = null, val oldestRecoveryPointInVault: String? = null, val policyState: String? = null, val recoveryModel: String? = null, val recoveryPointCount: Int? = null)
Additional information on Azure Workload for SQL specific backup item.
Constructors
Link copied to clipboard
fun AzureVmWorkloadProtectedItemExtendedInfoResponse(newestRecoveryPointInArchive: String? = null, oldestRecoveryPoint: String? = null, oldestRecoveryPointInArchive: String? = null, oldestRecoveryPointInVault: String? = null, policyState: String? = null, recoveryModel: String? = null, recoveryPointCount: Int? = null)